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 b125ade commit 476796fCopy full SHA for 476796f
setup.py
@@ -9,7 +9,6 @@
9
"attrs",
10
"orjson",
11
"pydantic",
12
- "stac_pydantic==3.1.*",
13
"stac-fastapi.api>=5.2,<6.0",
14
"stac-fastapi.extensions>=5.2,<6.0",
15
"stac-fastapi.types>=5.2,<6.0",
@@ -27,7 +26,7 @@
27
26
"pytest-postgresql",
28
"pytest",
29
"pytest-cov",
30
- "pytest-asyncio>=0.17,<0.26.0",
+ "pytest-asyncio>=0.17,<0.27",
31
"pre-commit",
32
"requests",
33
"shapely",
@@ -43,7 +42,7 @@
43
42
"griffe-inherited-docstrings>=1.0.0",
44
"mkdocstrings[python]>=0.25.1",
45
],
46
- "server": ["uvicorn[standard]==0.34.0"],
+ "server": ["uvicorn[standard]==0.34"],
47
"awslambda": ["mangum"],
48
}
49
0 commit comments