File tree Expand file tree Collapse file tree 3 files changed +11
-6
lines changed
azure-monitor-opentelemetry-distro
src/azure/monitor/opentelemetry/distro Expand file tree Collapse file tree 3 files changed +11
-6
lines changed Original file line number Diff line number Diff line change 22
33## Unreleased
44
5+ ## [ 1.0.0b8] ( https://github.com/microsoft/ApplicationInsights-Python/releases/tag/v1.0.0b8 ) - 2022-09-26
6+
7+ - Changing instrumentation dependencies to ~ =0.33b0
8+ ([ #203 ] ( https://github.com/microsoft/ApplicationInsights-Python/pull/203 ) )
9+
510## [ 1.0.0b7] ( https://github.com/microsoft/ApplicationInsights-Python/releases/tag/v1.0.0b7 ) - 2022-09-26
611
712- Moved and updated README
Original file line number Diff line number Diff line change @@ -31,11 +31,11 @@ packages=find_namespace:
3131zip_safe = False
3232include_package_data = True
3333install_requires =
34- azure-monitor-opentelemetry-exporter == 1.0.0b7
35- opentelemetry-instrumentation = = 0.33b0
36- opentelemetry-instrumentation-requests = = 0.33b0
37- opentelemetry-instrumentation-flask = = 0.33b0
38- opentelemetry-instrumentation-psycopg2 = = 0.33b0
34+ azure-monitor-opentelemetry-exporter == 1.0.0b8
35+ opentelemetry-instrumentation ~ = 0.33b0
36+ opentelemetry-instrumentation-requests ~ = 0.33b0
37+ opentelemetry-instrumentation-flask ~ = 0.33b0
38+ opentelemetry-instrumentation-psycopg2 ~ = 0.33b0
3939
4040[options.packages.find]
4141where = src
Original file line number Diff line number Diff line change 44# license information.
55# --------------------------------------------------------------------------
66
7- VERSION = "1.0.0b7 "
7+ VERSION = "1.0.0b8 "
You can’t perform that action at this time.
0 commit comments