We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59e33bc commit 3108ef8Copy full SHA for 3108ef8
CHANGELOG.md
@@ -2,6 +2,9 @@
2
3
## Unreleased
4
5
+- Unpin OTel SDK/API version
6
+ ([#309](https://github.com/microsoft/ApplicationInsights-Python/pull/309))
7
+
8
## [1.0.0b15](https://github.com/microsoft/ApplicationInsights-Python/releases/tag/v1.0.0b15) - 2023-07-17
9
10
- Upgrade to exporter 1.0.0b15 and OTel 1.19
azure-monitor-opentelemetry/setup.py
@@ -86,8 +86,8 @@
86
install_requires=[
87
"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",
+ "opentelemetry-api~=1.19.0",
+ "opentelemetry-sdk~=1.19.0",
91
"wrapt >= 1.0.0, < 2.0.0",
92
"importlib-metadata~=6.0.0,<=6.7.0; python_version < '3.8'",
93
],
0 commit comments