File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
azure-monitor-opentelemetry Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 ],
You can’t perform that action at this time.
0 commit comments