Skip to content

Commit

Permalink
Pin requests dependency to work around docker-py incompatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
felddy committed May 22, 2024
1 parent 1abc979 commit a4463c1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,9 @@ def package_vars(version_file):
"pre-commit == 3.7.1",
"pytest == 8.2.1",
"pytest-cov == 5.0.0",
# TODO Unpin requests once docker-py is updated.
# See: https://github.com/docker/docker-py/pull/3257
"requests == 2.31.0",
]
},
)

0 comments on commit a4463c1

Please sign in to comment.