Skip to content

Update min OT version and remove Python 3.8 support #42246

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

Merged
merged 3 commits into from
Jul 31, 2025

Conversation

jeremydvoss
Copy link
Member

@jeremydvoss jeremydvoss commented Jul 28, 2025

Description

Update to latest version of OTel. This breaking change led to this fix, but min version was not updated. Additionally, Along with newer versions of OTel, we are dropping support for Python 3.8.

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 July 28, 2025 21:46
@jeremydvoss jeremydvoss marked this pull request as draft July 28, 2025 21:46
@github-actions github-actions bot added the Monitor - Exporter Monitor OpenTelemetry Exporter label Jul 28, 2025
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 OpenTelemetry dependency versions from 1.26 to 1.35 and removes Python 3.8 support from the azure-monitor-opentelemetry-exporter package. The changes align with the deprecation of Python 3.8 and update to newer OpenTelemetry versions.

Key changes:

  • Removed Python 3.8 classifier from setup.py
  • Updated OpenTelemetry API and SDK dependencies from ~1.26 to ~1.35
  • Added changelog entry documenting these changes

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 3 comments.

File Description
setup.py Removed Python 3.8 classifier and updated OpenTelemetry dependencies to version 1.35
CHANGELOG.md Added entry documenting the OpenTelemetry version update and Python 3.8 support removal

@jeremydvoss jeremydvoss changed the title Update min OT version and remove Python 3.8 support DRAFT:Update min OT version and remove Python 3.8 support Jul 28, 2025
@jeremydvoss jeremydvoss changed the title DRAFT:Update min OT version and remove Python 3.8 support DRAFT: Update min OT version and remove Python 3.8 support Jul 28, 2025
@jeremydvoss jeremydvoss changed the title DRAFT: Update min OT version and remove Python 3.8 support Update min OT version and remove Python 3.8 support Jul 29, 2025
@jeremydvoss jeremydvoss marked this pull request as ready for review July 31, 2025 17:08
Copy link
Member

@rads-1996 rads-1996 left a comment

Choose a reason for hiding this comment

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

LGTM

@jeremydvoss jeremydvoss merged commit 7feb902 into Azure:main Jul 31, 2025
19 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Monitor - Exporter Monitor OpenTelemetry Exporter
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants