Skip to content

Commit a06e816

Browse files
Revert "Pin urllib3 to <2.0.0 for now (#2069)"
This reverts commit 0d301bb.
1 parent a48a3bb commit a06e816

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ def get_file_text(file_name):
4141
'urllib3>=1.25.7; python_version<="3.4"',
4242
'urllib3>=1.26.9; python_version=="3.5"',
4343
'urllib3>=1.26.11; python_version >="3.6"',
44-
'urllib3<2.0.0',
4544
"certifi",
4645
],
4746
extras_require={

0 commit comments

Comments
 (0)