Skip to content

Commit

Permalink
Pin requests library until we fix docker-py (#1848)
Browse files Browse the repository at this point in the history
* Yesterday I should have done this, it would have been better.

Live and learn

* Inequality to get any patch fixes
  • Loading branch information
favilo authored May 22, 2024
1 parent 6240bb4 commit 659ab11
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 @@ -50,7 +50,7 @@ dependencies = [
"urllib3==1.26.18",
"docker==6.0.0",
# avoid specific requests version to fix bug in docker-py
"requests > 2.26.0, != 2.32.0",
"requests<2.32.0",
# License: BSD
"psutil==5.9.4",
# License: MIT
Expand Down

0 comments on commit 659ab11

Please sign in to comment.