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

fix: check-docker.py script not working #2174

Merged
merged 1 commit into from
May 27, 2024

Conversation

agatha197
Copy link
Contributor

@agatha197 agatha197 commented May 24, 2024

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

Copy link

graphite-app bot commented May 24, 2024

Your org has enabled the Graphite merge queue for merging into main

Add 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.

Copy link
Contributor Author

This stack of pull requests is managed by Graphite. Learn more about stacking.

Join @agatha197 and the rest of your teammates on Graphite Graphite

@github-actions github-actions bot added comp:installer Related to Installer size:XS ~10 LoC labels May 24, 2024
@agatha197 agatha197 added type:maintenance Maintenance issue. area:upstream Issues with root cause from upstream 3rd parties skip:changelog Make the action workflow to skip towncrier check labels May 24, 2024
@agatha197 agatha197 marked this pull request as ready for review May 24, 2024 08:14
@agatha197 agatha197 requested a review from kyujin-cho May 24, 2024 08:15
Copy link
Member

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.

@github-actions github-actions bot added size:M 30~100 LoC and removed size:XS ~10 LoC labels May 27, 2024
@kyujin-cho kyujin-cho changed the title chore: Update pip dependencies for requests fix: check-docker.py script not working May 27, 2024
Copy link

graphite-app bot commented May 27, 2024

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
@kyujin-cho kyujin-cho force-pushed the chore_Update_pip_dependencies_for_requests branch from 756fc9a to a986441 Compare May 27, 2024 03:35
@graphite-app graphite-app bot merged commit a986441 into main May 27, 2024
26 checks passed
@graphite-app graphite-app bot deleted the chore_Update_pip_dependencies_for_requests branch May 27, 2024 03:38
@kyujin-cho kyujin-cho added this to the 23.09 milestone Jun 3, 2024
kyujin-cho pushed a commit that referenced this pull request Jul 9, 2024
Backported-from: main (24.09)
Backported-to: 24.03
Backport-of: 2174
kyujin-cho pushed a commit that referenced this pull request Jul 9, 2024
Backported-from: main (24.09)
Backported-to: 23.09
Backport-of: 2174
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:upstream Issues with root cause from upstream 3rd parties comp:installer Related to Installer size:M 30~100 LoC skip:changelog Make the action workflow to skip towncrier check type:maintenance Maintenance issue.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants