Skip to content

Commit b3dcb68

Browse files
author
Daniel Bush
committed
chore: use urllib3 1.x for now
1 parent f4ff458 commit b3dcb68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@
1717
"Programming Language :: Python :: 3.7",
1818
"Topic :: Scientific/Engineering :: Artificial Intelligence",
1919
],
20-
install_requires=["requests>=2.26.0", "urllib3>=1.26.5"],
20+
install_requires=["requests>=2.26.0", "urllib3>=1.26.5,<2.0.0"],
2121
)

0 commit comments

Comments
 (0)