-
Notifications
You must be signed in to change notification settings - Fork 156
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
fix: check-docker.py
script not working
#2174
Conversation
Your org has enabled the Graphite merge queue for merging into mainAdd the label “flow:merge-queue” to the PR and Graphite will automatically add it to the merge queue when it’s ready to merge. Or use the label “flow:hotfix” to add to the merge queue as a hot fix. You must have a Graphite account and log in to Graphite in order to use the merge queue. Sign up using this link. |
This stack of pull requests is managed by Graphite. Learn more about stacking. Join @agatha197 and the rest of your teammates on Graphite |
As noted at psf/requests#6707 (comment) requests won't rollback the regression, so I think it is up to us to refactor the root cause from our side, rather than just keep pinning request version forever. |
check-docker.py
script not working
Merge activity
|
This PR resolves `install-dev.sh` script failing due to recent changes in `requests` library by lifting up dependencies to `requests` and instead benefiting from `aiohttp`'s native Unix Domain Socket connector feature. **Checklist:** (if applicable) - [ ] Milestone metadata specifying the target backport version
756fc9a
to
a986441
Compare
Backported-from: main (24.09) Backported-to: 24.03 Backport-of: 2174
Backported-from: main (24.09) Backported-to: 23.09 Backport-of: 2174
Backported-from: main (24.09) Backported-to: 23.03 Backport-of: 2174
This PR resolves
install-dev.sh
script failing due to recent changes inrequests
library by lifting up dependencies torequests
and instead benefiting fromaiohttp
's native Unix Domain Socket connector feature.Checklist: (if applicable)