Skip to content

Commit

Permalink
Distro 1.6.1 with OTel 1.26.0 for py3.12 (#36482)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremydvoss committed Jul 30, 2024
1 parent 3421092 commit 92bf9ab
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 16 deletions.
11 changes: 4 additions & 7 deletions sdk/monitor/azure-monitor-opentelemetry/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@
# Release History

## 1.6.1 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed
## 1.6.1 (2024-07-30)

### Other Changes

- Support for Python 3.12
([#36482](https://github.com/Azure/azure-sdk-for-python/pull/36482))

## 1.6.0 (2024-06-06)

### Features Added
Expand Down
19 changes: 10 additions & 9 deletions sdk/monitor/azure-monitor-opentelemetry/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"License :: OSI Approved :: MIT License",
],
zip_safe=False,
Expand All @@ -87,16 +88,16 @@
install_requires=[
"azure-core<2.0.0,>=1.28.0",
"azure-core-tracing-opentelemetry~=1.0.0b11",
"azure-monitor-opentelemetry-exporter~=1.0.0b26",
"opentelemetry-instrumentation-django~=0.46b0",
"opentelemetry-instrumentation-fastapi~=0.46b0",
"opentelemetry-instrumentation-flask~=0.46b0",
"opentelemetry-instrumentation-psycopg2~=0.46b0",
"opentelemetry-instrumentation-requests~=0.46b0",
"opentelemetry-instrumentation-urllib~=0.46b0",
"opentelemetry-instrumentation-urllib3~=0.46b0",
"azure-monitor-opentelemetry-exporter~=1.0.0b28",
"opentelemetry-instrumentation-django~=0.47b0",
"opentelemetry-instrumentation-fastapi~=0.47b0",
"opentelemetry-instrumentation-flask~=0.47b0",
"opentelemetry-instrumentation-psycopg2~=0.47b0",
"opentelemetry-instrumentation-requests~=0.47b0",
"opentelemetry-instrumentation-urllib~=0.47b0",
"opentelemetry-instrumentation-urllib3~=0.47b0",
"opentelemetry-resource-detector-azure~=0.1.4",
"opentelemetry-sdk~=1.25",
"opentelemetry-sdk~=1.26",
],
entry_points={
"opentelemetry_distro": [
Expand Down

0 comments on commit 92bf9ab

Please sign in to comment.