Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

rads-1996
Copy link
Member

@rads-1996 rads-1996 commented Sep 15, 2025

x# Description

This PR updates the pinned version of opentelemetry-sdk from 1.36.0 to 1.36 to 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:

  • The pull request does not introduce [breaking changes]
  • CHANGELOG is updated for new features, bug fixes or other significant changes.
  • I have read the contribution guidelines.

General Guidelines and Best Practices

  • Title of the pull request is clear and informative.
  • There are a small number of commits, each of which have an informative message. This means that previously merged commits do not appear in the history of the PR. For more information on cleaning up the commits in your PR, see this page.

Testing Guidelines

  • Pull request includes test coverage for the included changes.

@Copilot Copilot AI review requested due to automatic review settings September 15, 2025 22:52
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

@github-actions github-actions bot added the Monitor - Distro Monitor OpenTelemetry Distro label Sep 15, 2025
@rads-1996 rads-1996 merged commit 019c944 into Azure:main Sep 15, 2025
19 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Monitor - Distro Monitor OpenTelemetry Distro
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants