diff --git a/setup.py b/setup.py index f5e7eb7..a9da53d 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,6 @@ "attrs", "orjson", "pydantic", - "stac_pydantic==3.1.*", "stac-fastapi.api>=5.2,<6.0", "stac-fastapi.extensions>=5.2,<6.0", "stac-fastapi.types>=5.2,<6.0", @@ -27,7 +26,7 @@ "pytest-postgresql", "pytest", "pytest-cov", - "pytest-asyncio>=0.17,<0.26.0", + "pytest-asyncio>=0.17,<0.27", "pre-commit", "requests", "shapely", @@ -43,7 +42,7 @@ "griffe-inherited-docstrings>=1.0.0", "mkdocstrings[python]>=0.25.1", ], - "server": ["uvicorn[standard]==0.34.0"], + "server": ["uvicorn[standard]==0.34"], "awslambda": ["mangum"], }