We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0877c71 commit c3199bdCopy full SHA for c3199bd
1 file changed
setup.py
@@ -31,7 +31,7 @@
31
package_dir={},
32
packages=find_packages(exclude=['dist', 'examples']),
33
install_requires=[
34
- "urllib3 >= 1.15",
+ "urllib3>=1.15,<2.6.0",
35
"six >= 1.10",
36
"certifi",
37
"python-dateutil",
0 commit comments