Skip to content

Commit a93608d

Browse files
committed
update stac-fastapi tp 5.1
1 parent 4cbb4e6 commit a93608d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

stac_fastapi/core/setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
"fastapi",
1010
"attrs>=23.2.0",
1111
"pydantic",
12-
"stac_pydantic>=3",
13-
"stac-fastapi.types==3.0.0",
14-
"stac-fastapi.api==3.0.0",
15-
"stac-fastapi.extensions==3.0.0",
12+
"stac_pydantic==3.1.*",
13+
"stac-fastapi.api>=5.1,<6.0",
14+
"stac-fastapi.extensions>=5.1,<6.0",
15+
"stac-fastapi.types>=5.1,<6.0",
1616
"orjson",
1717
"overrides",
1818
"geojson-pydantic",

0 commit comments

Comments
 (0)