diff --git a/setup.py b/setup.py index c2dc2d8a..575798ec 100644 --- a/setup.py +++ b/setup.py @@ -54,7 +54,7 @@ def main(): base_dir = dirname(__file__) install_requires = [ 'attrs>=17.3.0', - 'urllib3<2', + 'urllib3', 'requests>=2.4.3,<3', 'requests-toolbelt>=0.4.0', 'python-dateutil', # To be removed after dropping Python 3.6