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 1f686b2 commit 97bfef3Copy full SHA for 97bfef3
stac_fastapi/api/setup.py
@@ -7,7 +7,7 @@
7
8
install_requires = [
9
"brotli_asgi",
10
- "stac-fastapi.types~=3.0",
+ "stac-fastapi.types~=3.1",
11
]
12
13
extra_reqs = {
stac_fastapi/extensions/setup.py
@@ -7,8 +7,8 @@
desc = f.read()
- "stac-fastapi.api~=3.0",
+ "stac-fastapi.api~=3.1",
14
0 commit comments