Modified pinned version for opentelemetry-sdk#43012
Merged
rads-1996 merged 2 commits intoAzure:mainfrom Sep 15, 2025
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR updates the version pinning for the opentelemetry-sdk dependency from 1.36.0 to 1.36 to allow for broader version compatibility while avoiding breaking changes. The change enables compatibility with versions >= 1.36.0 and < 2.0.0 instead of the previous constraint of >= 1.36.0 and < 1.37.0.
- Updated dependency specification to use semantic versioning range instead of exact patch version
- Added changelog entry documenting the dependency fix
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| sdk/monitor/azure-monitor-opentelemetry/setup.py | Modified opentelemetry-sdk version constraint from ~=1.36.0 to ~=1.36 |
| sdk/monitor/azure-monitor-opentelemetry/CHANGELOG.md | Added entry in Bugs Fixed section describing the dependency version fix |
JacksonWeber
approved these changes
Sep 15, 2025
This was referenced Sep 15, 2025
Merged
6 tasks
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.
x# Description
This PR updates the pinned version of
opentelemetry-sdkfrom1.36.0to1.36to support versions >= 1.36.0 and < 2.0.0, ensuring compatibility with of the dependent packages and instrumentation libraries. The previous distro release had pinned the SDK to 1.36.0, which supported compatibility to versions >= 1.36.0 and < 1.37.0.If an SDK is being regenerated based on a new API spec, a link to the pull request containing these API spec changes should be included above.
All SDK Contribution checklist:
General Guidelines and Best Practices
Testing Guidelines