Skip to content

Commit 24a90c8

Browse files
committed
python 3.11, update uvicorn server
1 parent 6b9d986 commit 24a90c8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

stac_fastapi/elasticsearch/setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"httpx",
3535
],
3636
"docs": ["mkdocs", "mkdocs-material", "pdocs"],
37-
"server": ["uvicorn[standard]>=0.12.0,<0.14.0"],
37+
"server": ["uvicorn[standard]==0.19.0"],
3838
}
3939

4040
setup(
@@ -50,6 +50,7 @@
5050
"Programming Language :: Python :: 3.8",
5151
"Programming Language :: Python :: 3.9",
5252
"Programming Language :: Python :: 3.10",
53+
"Programming Language :: Python :: 3.11",
5354
"License :: OSI Approved :: MIT License",
5455
],
5556
url="https://github.com/stac-utils/stac-fastapi-elasticsearch",

0 commit comments

Comments
 (0)