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 e33ca74 commit 0a7b1c4Copy full SHA for 0a7b1c4
stac_fastapi/opensearch/pyproject.toml
@@ -32,7 +32,8 @@ dynamic = ["version"]
32
dependencies = [
33
"stac-fastapi-core==6.5.1",
34
"sfeos-helpers==6.5.1",
35
- "elasticsearch[async]~=8.19.1",
+ "opensearch-py~=2.8.0",
36
+ "opensearch-py[async]~=2.8.0",
37
"uvicorn~=0.23.0",
38
"starlette>=0.35.0,<0.36.0",
39
]
0 commit comments