File tree Expand file tree Collapse file tree 3 files changed +10
-4
lines changed
azure-monitor-opentelemetry
azure/monitor/opentelemetry Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 22
33## Unreleased
44
5+ ## [ 1.0.0b15] ( https://github.com/microsoft/ApplicationInsights-Python/releases/tag/v1.0.0b15 ) - 2023-07-17
6+
7+ - Upgrade to exporter 1.0.0b15 and OTel 1.19
8+ ([ #308 ] ( https://github.com/microsoft/ApplicationInsights-Python/pull/308 ) )
9+
510## [ 1.0.0b14] ( https://github.com/microsoft/ApplicationInsights-Python/releases/tag/v1.0.0b14 ) - 2023-07-12
611
712- Upgrade to exporter 1.0.0b14 and OTel 1.18
Original file line number Diff line number Diff line change 44# license information.
55# --------------------------------------------------------------------------
66
7- VERSION = "1.0.0b14 "
7+ VERSION = "1.0.0b15 "
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.0b14 " ,
89- "opentelemetry-api==1.18 .0" ,
90- "opentelemetry-sdk==1.18 .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" ,
92+ "importlib-metadata~=6.0.0,<=6.7.0; python_version < '3.8'" ,
9293 ],
9394 entry_points = {
9495 "opentelemetry_distro" : [
You can’t perform that action at this time.
0 commit comments