Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: pin requests version < 2.32.0 so docker works #9395

Merged
merged 6 commits into from
May 20, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
-r e2e_tests/tests/requirements.txt
-r bindings/requirements.txt

requests<2.32.0 # https://github.com/docker/docker-py/issues/3256
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would move this to the files in harness/tests/requirements since this is a dependency of our CLI/SDK deploy code.

build
black==23.3.0 # Note: this should be kept in sync with the version in `.pre-commit-config.yaml`.
click
Expand Down
Loading