Skip to content

Commit 3db36fc

Browse files
update stac-pydantic version (#5)
* update stac-pydantic version * version gate uvicorn
1 parent 03369c5 commit 3db36fc

File tree

2 files changed

+176
-172
lines changed

2 files changed

+176
-172
lines changed

Pipfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ url = "https://pypi.org/simple"
44
verify_ssl = "true"
55

66
[packages]
7-
uvicorn = "*"
7+
uvicorn = ">=0.11.7"
88
fastapi = {extras = ["all"],version = "*"}
99
alembic = "*"
1010
psycopg2-binary = "*"
1111
shapely = "*"
1212
sqlalchemy = "*"
1313
geoalchemy2 = "<0.8.0"
1414
sqlakeyset = "*"
15-
stac-pydantic = "*"
15+
stac-pydantic = ">=1.1.3"
1616

1717
[dev-packages]
1818
pytest = "*"

0 commit comments

Comments
 (0)