Skip to content

Commit 476796f

Browse files
remove stac-pydantic specific requirement (#237)
1 parent b125ade commit 476796f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

setup.py

+2-3
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
"attrs",
1010
"orjson",
1111
"pydantic",
12-
"stac_pydantic==3.1.*",
1312
"stac-fastapi.api>=5.2,<6.0",
1413
"stac-fastapi.extensions>=5.2,<6.0",
1514
"stac-fastapi.types>=5.2,<6.0",
@@ -27,7 +26,7 @@
2726
"pytest-postgresql",
2827
"pytest",
2928
"pytest-cov",
30-
"pytest-asyncio>=0.17,<0.26.0",
29+
"pytest-asyncio>=0.17,<0.27",
3130
"pre-commit",
3231
"requests",
3332
"shapely",
@@ -43,7 +42,7 @@
4342
"griffe-inherited-docstrings>=1.0.0",
4443
"mkdocstrings[python]>=0.25.1",
4544
],
46-
"server": ["uvicorn[standard]==0.34.0"],
45+
"server": ["uvicorn[standard]==0.34"],
4746
"awslambda": ["mangum"],
4847
}
4948

0 commit comments

Comments
 (0)