We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
urllib3
1 parent 1ddf70e commit 1dcd82eCopy full SHA for 1dcd82e
setup.py
@@ -54,7 +54,7 @@ def main():
54
base_dir = dirname(__file__)
55
install_requires = [
56
'attrs>=17.3.0',
57
- 'urllib3<2',
+ 'urllib3',
58
'requests>=2.4.3,<3',
59
'requests-toolbelt>=0.4.0',
60
'python-dateutil', # To be removed after dropping Python 3.6
0 commit comments