Skip to content

Commit

Permalink
Merge pull request #33 from bruvduroiu/chore/update-urllib3-contraints
Browse files Browse the repository at this point in the history
chore: updates urllib3 constraints to "<= 2.2.2"
  • Loading branch information
wparad authored Sep 10, 2024
2 parents 9dadeaa + c952461 commit cd0702f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from setuptools import setup, find_packages

REQUIRES = [
"urllib3 >= 1.25.3, < 2.1.0",
"urllib3 >= 1.25.3, <= 2.2.2",
"python-dateutil",
"pydantic >= 1.10.5, < 3",
"PyJWT >= 2.4.0",
Expand Down

0 comments on commit cd0702f

Please sign in to comment.