Skip to content

Update min OT version and remove Python 3.8 support - #42246

Merged
Jeremy Voss (jeremydvoss) merged 3 commits into
Azure:mainfrom
jeremydvoss:otel-update-exp
Jul 31, 2025
Merged

Update min OT version and remove Python 3.8 support#42246
Jeremy Voss (jeremydvoss) merged 3 commits into
Azure:mainfrom
jeremydvoss:otel-update-exp

Conversation

@jeremydvoss

@jeremydvoss Jeremy Voss (jeremydvoss) commented Jul 28, 2025

Copy link
Copy Markdown
Member

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 AI left a comment

Copy link
Copy Markdown
Contributor

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

Comment thread sdk/monitor/azure-monitor-opentelemetry-exporter/CHANGELOG.md Outdated
Comment thread sdk/monitor/azure-monitor-opentelemetry-exporter/CHANGELOG.md Outdated
Comment thread sdk/monitor/azure-monitor-opentelemetry-exporter/CHANGELOG.md Outdated
@jeremydvoss Jeremy Voss (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 Jeremy Voss (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 Jeremy Voss (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
Jeremy Voss (jeremydvoss) marked this pull request as ready for review July 31, 2025 17:08

@rads-1996 Radhika Gupta (rads-1996) left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

LGTM

@jeremydvoss
Jeremy Voss (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.

3 participants