Skip to content

Commit 0d301bb

Browse files
authored
Pin urllib3 to <2.0.0 for now (#2069)
1 parent 8d4ac5a commit 0d301bb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ 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',
4445
"certifi",
4546
],
4647
extras_require={

0 commit comments

Comments
 (0)