Skip to content

Commit

Permalink
Remove upper bound on urllib3 version
Browse files Browse the repository at this point in the history
closes #94
  • Loading branch information
station70-jason authored Mar 3, 2025
1 parent 0c7d7c8 commit 4570053
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 @@ -26,7 +26,7 @@
VERSION = "7.1.0"
PYTHON_REQUIRES = ">=3.8"
REQUIRES = [
"urllib3 >= 1.25.3, < 2.1.0",
"urllib3 >= 1.25.3",
"python-dateutil",
"pydantic >= 2",
"typing-extensions >= 4.7.1",
Expand Down

0 comments on commit 4570053

Please sign in to comment.