diff --git a/requirements.txt b/requirements.txt index da4b272..8d24e34 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ geojson~=3.1.0 requests~=2.32.3 -typeguard~=4.4.1 +typeguard~=4.4.0 shapely~=2.0.6 tqdm~=4.67.0 setuptools~=75.3.0 diff --git a/setup.cfg b/setup.cfg index 2202969..7577b52 100644 --- a/setup.cfg +++ b/setup.cfg @@ -36,7 +36,7 @@ include_package_data = True install_requires = geojson~=3.1.0 requests~=2.32.3 - typeguard~=4.4.1 + typeguard~=4.4.0 shapely~=2.0.6 tqdm~=4.67.0 setuptools~=75.3.0