Upgrade to OTel Python 1.41.1/0.62b1#762
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Updates pinned OpenTelemetry Python core and contrib package versions to the 1.41.1 / 0.62b1 release set across the distribution and related build/test artifacts.
Changes:
- Bump core OTel deps in
pyproject.tomltoopentelemetry-*==1.41.1and contrib instrumentation deps to0.62b1. - Update Lambda test/runtime requirement pins for OTel contrib packages to
0.62b1. - Update container image and dev requirement pins for OTel contrib packages to
0.62b1.
Reviewed changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| pyproject.toml | Upgrades distribution’s core OTel dependencies to 1.41.1 / 0.62b1. |
| lambda/tests/requirements.txt | Bumps Lambda test dependency opentelemetry-instrumentation-aws-lambda to 0.62b1. |
| lambda/requirements.txt | Bumps Lambda runtime instrumentation pins to 0.62b1 (but core pins remain at 1.41.0). |
| lambda/requirements-nodeps.txt | Bumps Lambda nodeps pins to 0.62b1. |
| image/requirements.txt | Bumps image instrumentation/prometheus/ot-trace pins to 0.62b1 (but core/exporter/propagators remain at 1.41.0). |
| dev-requirements.txt | Bumps local dev/test OTel pins to 0.62b1. |
4aa5310 to
e89aee8
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Upgrade to OTel Python 1.41.1/0.62b1 with patch for wrapt 2.x compatibility.