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 6b9d986 commit 24a90c8Copy full SHA for 24a90c8
stac_fastapi/elasticsearch/setup.py
@@ -34,7 +34,7 @@
34
"httpx",
35
],
36
"docs": ["mkdocs", "mkdocs-material", "pdocs"],
37
- "server": ["uvicorn[standard]>=0.12.0,<0.14.0"],
+ "server": ["uvicorn[standard]==0.19.0"],
38
}
39
40
setup(
@@ -50,6 +50,7 @@
50
"Programming Language :: Python :: 3.8",
51
"Programming Language :: Python :: 3.9",
52
"Programming Language :: Python :: 3.10",
53
+ "Programming Language :: Python :: 3.11",
54
"License :: OSI Approved :: MIT License",
55
56
url="https://github.com/stac-utils/stac-fastapi-elasticsearch",
0 commit comments