-
Notifications
You must be signed in to change notification settings - Fork 364
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
chore: pin requests version < 2.32.0 so docker works #9395
Conversation
✅ Deploy Preview for determined-ui canceled.
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #9395 +/- ##
=======================================
Coverage 46.08% 46.08%
=======================================
Files 1228 1228
Lines 155915 155915
Branches 2440 2439 -1
=======================================
+ Hits 71853 71861 +8
+ Misses 83871 83863 -8
Partials 191 191
Flags with carried forward coverage won't be shown. Click here to find out more. |
requirements.txt
Outdated
@@ -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 |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Ticket
Description
Fix failing CI due to requests upgrade https://app.circleci.com/pipelines/github/determined-ai/determined/55790/workflows/8ab63a58-4aa3-4545-8311-41611c86049f/jobs/2583683?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-checks-link&utm_content=summary
caused by docker/docker-py#3256
Test Plan
CI passes
Checklist
docs/release-notes/
.See Release Note for details.