Skip to content

Commit

Permalink
Avoid requests==2.32.0 since it uncovered a bug in docker-py (#1847)
Browse files Browse the repository at this point in the history
* Avoid `requests==2.32.0` since it uncovered a bug in `docker-py`

* Forgot the comma
  • Loading branch information
favilo authored May 20, 2024
1 parent 1f10630 commit 6240bb4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ dependencies = [
"elastic-transport==8.4.1",
"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",
# License: BSD
"psutil==5.9.4",
# License: MIT
Expand Down

0 comments on commit 6240bb4

Please sign in to comment.