Skip to content

Commit

Permalink
Force the requests version to avoid issues with docker (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
margalva authored May 21, 2024
1 parent 6be88f6 commit 43e6a80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ dependencies = [
"pypng>=0.20220715.0",
"python-dateutil>=2.8.0",
"pytz>=2021.3",
"requests>=2.28.2",
"requests>=2.28.2,<2.32",
"twine>=4.0.1",
"urllib3<2.0.0",
"Pillow>=9.3.0"
Expand Down

0 comments on commit 43e6a80

Please sign in to comment.