Skip to content

Commit a70f837

Browse files
authored
Unpin OTel version (#310)
* Unpin OTel version * ~= for exporter
1 parent 59e33bc commit a70f837

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
## Unreleased
44

5+
- Unpin OTel SDK/API version
6+
([#310](https://github.com/microsoft/ApplicationInsights-Python/pull/310))
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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,9 @@
8585
python_requires=">=3.7",
8686
install_requires=[
8787
"azure-core-tracing-opentelemetry~=1.0.0b10",
88-
"azure-monitor-opentelemetry-exporter>=1.0.0b15",
89-
"opentelemetry-api==1.19.0",
90-
"opentelemetry-sdk==1.19.0",
88+
"azure-monitor-opentelemetry-exporter~=1.0.0b15",
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)