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 705bcb1 commit d15173eCopy full SHA for d15173e
stac_fastapi/core/setup.py
@@ -9,10 +9,10 @@
9
"fastapi-slim",
10
"attrs>=23.2.0",
11
"pydantic[dotenv]",
12
- "stac_pydantic>=3.1.0",
13
"stac-fastapi.types==3.0.0a",
14
"stac-fastapi.api==3.0.0a",
15
"stac-fastapi.extensions==3.0.0a",
+ "stac_pydantic @ git+ssh://[email protected]/stac-utils/stac-pydantic@1417932609410b40ece93db9ff6551da4a17d104#egg=stac_pydantic",
16
"orjson",
17
"overrides",
18
"geojson-pydantic",
stac_fastapi/opensearch/setup.py
@@ -11,6 +11,7 @@
"opensearch-py[async]==2.4.2",
"uvicorn",
"starlette",
]
extra_reqs = {
0 commit comments