We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9dadeaa + c952461 commit cd0702fCopy full SHA for cd0702f
setup.py
@@ -2,7 +2,7 @@
2
from setuptools import setup, find_packages
3
4
REQUIRES = [
5
- "urllib3 >= 1.25.3, < 2.1.0",
+ "urllib3 >= 1.25.3, <= 2.2.2",
6
"python-dateutil",
7
"pydantic >= 1.10.5, < 3",
8
"PyJWT >= 2.4.0",
0 commit comments