diff --git a/setup.py b/setup.py index 0a486398..714bcd1a 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ install_requires = [ "attrs", "orjson", - "pydantic[dotenv]>=1.10.8", # https://github.com/pydantic/pydantic/issues/5821 + "pydantic[dotenv]>=1.10.8,<2", # https://github.com/pydantic/pydantic/issues/5821 "stac_pydantic==2.0.*", "stac-fastapi.types~=2.4.8", "stac-fastapi.api~=2.4.8", @@ -17,13 +17,13 @@ "buildpg", "brotli_asgi", "pygeofilter>=0.2", - "pypgstac==0.7.*", + "pypgstac~=0.8.0", ] extra_reqs = { "dev": [ "pystac[validation]", - "pypgstac[psycopg]==0.7.*", + "pypgstac[psycopg]~=0.8.0", "pytest", "pytest-cov", "pytest-asyncio>=0.17",