Skip to content

Commit 32964a8

Browse files
authored
Merge pull request #27 from gridscale/pinned-urllib3
GD-21118: Pinned urllib3<2.6.0
2 parents 0877c71 + c3199bd commit 32964a8

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
@@ -31,7 +31,7 @@
3131
package_dir={},
3232
packages=find_packages(exclude=['dist', 'examples']),
3333
install_requires=[
34-
"urllib3 >= 1.15",
34+
"urllib3>=1.15,<2.6.0",
3535
"six >= 1.10",
3636
"certifi",
3737
"python-dateutil",

0 commit comments

Comments
 (0)