diff --git a/requirements.txt b/requirements.txt index 687bfb9..b0e9606 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,12 +1,12 @@ python_dateutil >= 2.5.3 setuptools >= 21.0.0 -urllib3 >= 1.25.3, < 2.1.0 +urllib3 >= 1.25.3, < 3 pydantic >= 2 typing-extensions >= 4.7.1 DateTime~=5.5 -PyJWT~=2.9.0 +PyJWT >= 2.9, < 3 requests~=2.32.3 coverage cryptography -python-dotenv~=1.0.1 +python-dotenv >= 1.0, < 2 httpx \ No newline at end of file diff --git a/setup.py b/setup.py index a761dfc..e667d72 100644 --- a/setup.py +++ b/setup.py @@ -26,15 +26,15 @@ install_requires=[ 'python_dateutil >= 2.5.3', 'setuptools >= 75.3.3', - 'urllib3 >= 1.25.3, <= 2.6.3', + 'urllib3 >= 1.25.3, < 3', 'pydantic >= 2', 'typing-extensions >= 4.7.1', 'DateTime~=5.5', - 'PyJWT~=2.9.0', + 'PyJWT >= 2.9, < 3', 'requests~=2.32.3', 'coverage', 'cryptography', - 'python-dotenv~=1.0.1', + 'python-dotenv >= 1.0, < 2', 'httpx' ], extras_require={