Skip to content

Commit 1dcd82e

Browse files
authored
fix: Remove restriction to version <2 of urllib3 library (#851)
1 parent 1ddf70e commit 1dcd82e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def main():
5454
base_dir = dirname(__file__)
5555
install_requires = [
5656
'attrs>=17.3.0',
57-
'urllib3<2',
57+
'urllib3',
5858
'requests>=2.4.3,<3',
5959
'requests-toolbelt>=0.4.0',
6060
'python-dateutil', # To be removed after dropping Python 3.6

0 commit comments

Comments
 (0)