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

Use urllib3 v2 #4838

Merged
merged 1 commit into from
Feb 6, 2025
Merged

Use urllib3 v2 #4838

merged 1 commit into from
Feb 6, 2025

Conversation

StevenMaude
Copy link
Contributor

@StevenMaude StevenMaude commented Feb 6, 2025

Fixes #4715.

We reverted to urllib v1 in #4806 to try and stop errors originating from OpenTelemetry's use of urllib3, via requests.

Apparently these errors did not occur with urllib3 v1 previously, but that is no longer the case, and we'll have to find another solution to stop the errors, as in #4839.

Fixes #4715.

We reverted to urllib v1 in #4806 to try and stop errors originating
from OpenTelemetry's use of `urllib3`, via `requests`.

Apparently these errors did not occur with `urllib3` v1 previously, but
that is no longer the case, and we'll have to find another solution to
stop the errors, as in #4839.
@StevenMaude StevenMaude force-pushed the steve/return-to-urllib-v2 branch from f3fe53c to 4f04f71 Compare February 6, 2025 14:29
@StevenMaude StevenMaude enabled auto-merge February 6, 2025 14:30
@StevenMaude StevenMaude merged commit a5090ba into main Feb 6, 2025
7 checks passed
@StevenMaude StevenMaude deleted the steve/return-to-urllib-v2 branch February 6, 2025 19:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Figure out what the version of urllib3 should be
2 participants