Skip to content

Commit 3108ef8

Browse files
committed
Unpin OTel version
1 parent 59e33bc commit 3108ef8

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
## Unreleased
44

5+
- Unpin OTel SDK/API version
6+
([#309](https://github.com/microsoft/ApplicationInsights-Python/pull/309))
7+
58
## [1.0.0b15](https://github.com/microsoft/ApplicationInsights-Python/releases/tag/v1.0.0b15) - 2023-07-17
69

710
- Upgrade to exporter 1.0.0b15 and OTel 1.19

azure-monitor-opentelemetry/setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@
8686
install_requires=[
8787
"azure-core-tracing-opentelemetry~=1.0.0b10",
8888
"azure-monitor-opentelemetry-exporter>=1.0.0b15",
89-
"opentelemetry-api==1.19.0",
90-
"opentelemetry-sdk==1.19.0",
89+
"opentelemetry-api~=1.19.0",
90+
"opentelemetry-sdk~=1.19.0",
9191
"wrapt >= 1.0.0, < 2.0.0",
9292
"importlib-metadata~=6.0.0,<=6.7.0; python_version < '3.8'",
9393
],

0 commit comments

Comments
 (0)