We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 605533b commit c020469Copy full SHA for c020469
stac_fastapi/core/setup.py
@@ -10,9 +10,9 @@
10
"attrs>=23.2.0",
11
"pydantic",
12
"stac_pydantic==3.1.*",
13
- "stac-fastapi.api>=5.1.0,<6.0",
14
- "stac-fastapi.extensions>=5.1.0,<6.0",
15
- "stac-fastapi.types>=5.1.0,<6.0",
+ "stac-fastapi.api==5.1.1",
+ "stac-fastapi.extensions==5.1.1",
+ "stac-fastapi.types==5.1.1",
16
"orjson",
17
"overrides",
18
"geojson-pydantic",
0 commit comments