diff --git a/requirements.txt b/requirements.txt index a21c5cd..43cf3a3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,10 +1,10 @@ python_dateutil >= 2.5.3 setuptools >= 21.0.0 -urllib3 >= 1.25.3, < 2.1.0 +urllib3 >= 1.25.3 pydantic >= 2 typing-extensions >= 4.7.1 aiohttp >= 3.0.0 aiohttp-retry >= 2.8.3 websockets >= 12.0.0 eth-account >= 0.13.4 -requests >= 2.31.0 \ No newline at end of file +requests >= 2.31.0 diff --git a/setup.py b/setup.py index bdd18d4..5116514 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ VERSION = "1.1.1" PYTHON_REQUIRES = ">=3.7" REQUIRES = [ - "urllib3 >= 1.25.3, < 2.1.0", + "urllib3 >= 1.25.3", "python-dateutil", "aiohttp >= 3.0.0", "aiohttp-retry >= 2.8.3",