Skip to content

Commit 950ac5f

Browse files
committed
fix version error
1 parent cbaad2b commit 950ac5f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

stac_fastapi/core/setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
"attrs>=23.2.0",
1111
"pydantic>=2.4.1,<3.0.0",
1212
"stac_pydantic~=3.1.0",
13-
"stac-fastapi.api==6.0.0",
14-
"stac-fastapi.extensions==6.0.0",
15-
"stac-fastapi.types==6.0.0",
13+
"stac-fastapi.api==5.2.0",
14+
"stac-fastapi.extensions==5.2.0",
15+
"stac-fastapi.types==5.2.0",
1616
"orjson~=3.9.0",
1717
"overrides~=7.4.0",
1818
"geojson-pydantic~=1.0.0",

0 commit comments

Comments
 (0)