Skip to content

Commit df33761

Browse files
authored
Exporter 1.0.0b28 with Python 3.12 (#36481)
1 parent fc4327f commit df33761

File tree

2 files changed

+7
-9
lines changed

2 files changed

+7
-9
lines changed

sdk/monitor/azure-monitor-opentelemetry-exporter/CHANGELOG.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,12 @@
11
# Release History
22

3-
## 1.0.0b28 (Unreleased)
4-
5-
### Features Added
6-
7-
### Breaking Changes
8-
9-
### Bugs Fixed
3+
## 1.0.0b28 (2024-07-29)
104

115
### Other Changes
126

7+
- Support for Python 3.12
8+
([#36481](https://github.com/Azure/azure-sdk-for-python/pull/36481))
9+
1310
## 1.0.0b27 (2024-06-21)
1411

1512
### Features Added

sdk/monitor/azure-monitor-opentelemetry-exporter/setup.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@
6565
'Programming Language :: Python :: 3.9',
6666
'Programming Language :: Python :: 3.10',
6767
'Programming Language :: Python :: 3.11',
68+
'Programming Language :: Python :: 3.12',
6869
'License :: OSI Approved :: MIT License',
6970
],
7071
zip_safe=False,
@@ -85,8 +86,8 @@
8586
"azure-core<2.0.0,>=1.28.0",
8687
"fixedint==0.1.6",
8788
"msrest>=0.6.10",
88-
"opentelemetry-api~=1.21",
89-
"opentelemetry-sdk~=1.21",
89+
"opentelemetry-api~=1.26",
90+
"opentelemetry-sdk~=1.26",
9091
"psutil~=5.9",
9192
],
9293
entry_points={

0 commit comments

Comments
 (0)