Skip to content

Commit

Permalink
fix: Remove restriction to version <2 of urllib3 library (#851)
Browse files Browse the repository at this point in the history
  • Loading branch information
arjankowski authored Oct 17, 2023
1 parent 1ddf70e commit 1dcd82e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1dcd82e

Please sign in to comment.