Skip to content

Commit cd0702f

Browse files
authored
Merge pull request #33 from bruvduroiu/chore/update-urllib3-contraints
chore: updates urllib3 constraints to "<= 2.2.2"
2 parents 9dadeaa + c952461 commit cd0702f

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
@@ -2,7 +2,7 @@
22
from setuptools import setup, find_packages
33

44
REQUIRES = [
5-
"urllib3 >= 1.25.3, < 2.1.0",
5+
"urllib3 >= 1.25.3, <= 2.2.2",
66
"python-dateutil",
77
"pydantic >= 1.10.5, < 3",
88
"PyJWT >= 2.4.0",

0 commit comments

Comments
 (0)