Skip to content

Commit

Permalink
[CHORE] Pin requests to fix docker-py CI issue (#2289)
Browse files Browse the repository at this point in the history
The latest version of docker-py fails on the latest version of requests

See: docker/docker-py#3256

---------

Co-authored-by: Jay Chia <jaychia94@gmail.com@users.noreply.github.com>
  • Loading branch information
jaychia and Jay Chia committed May 21, 2024
1 parent 6ba59f0 commit df9aa15
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ maturin
pre-commit
docker

# Pinned requests due to docker-py issue: https://github.com/docker/docker-py/issues/3256
requests<2.32.0

# Tracing
orjson==3.9.5 # orjson recommended for viztracer
py-spy==0.3.14
Expand Down

0 comments on commit df9aa15

Please sign in to comment.