diff --git a/setup.py b/setup.py index 2183a6f..d5a6d86 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ "attrs", "orjson", "pydantic", - "stac_pydantic==3.1.*", + "stac_pydantic>=3.1,<3.3", "stac-fastapi.api>=5.1,<6.0", "stac-fastapi.extensions>=5.1,<6.0", "stac-fastapi.types>=5.1,<6.0", @@ -27,7 +27,7 @@ "pytest-postgresql", "pytest", "pytest-cov", - "pytest-asyncio>=0.17,<0.26.0", + "pytest-asyncio>=0.17,<0.27.0", "pre-commit", "requests", "shapely",