Skip to content

Commit

Permalink
Merge pull request #365 from violuke/patch-1
Browse files Browse the repository at this point in the history
Relax urllib3 requirements to allow the latest major version to be installed
  • Loading branch information
alzheltkovskiy-hubspot authored Dec 11, 2024
2 parents 3bb25a3 + 303ebf3 commit 1e625f3
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 @@ -25,7 +25,7 @@

REQUIRES = [
"requests >= 2.31.0",
"urllib3 >= 1.15, < 2.0",
"urllib3 >= 1.15, < 3.0",
"six >= 1.10, < 2.0",
"certifi >= 2023.1.1",
"python-dateutil >= 2.8.2",
Expand Down

0 comments on commit 1e625f3

Please sign in to comment.