We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4ff458 commit b3dcb68Copy full SHA for b3dcb68
setup.py
@@ -17,5 +17,5 @@
17
"Programming Language :: Python :: 3.7",
18
"Topic :: Scientific/Engineering :: Artificial Intelligence",
19
],
20
- install_requires=["requests>=2.26.0", "urllib3>=1.26.5"],
+ install_requires=["requests>=2.26.0", "urllib3>=1.26.5,<2.0.0"],
21
)
0 commit comments