File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
exporter/opentelemetry-exporter-otlp-proto-grpc Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased] ( https://github.com/open-telemetry/opentelemetry-python/compare/v1.9.1-0.28b1...HEAD )
99
10+ - ` opentelemetry-exporter-otlp-grpc ` update SDK dependency to ~ 1.9.
11+ ([ #2440 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/2440 ) )
12+
1013## [ 1.9.1-0.28b1] ( https://github.com/open-telemetry/opentelemetry-python/releases/tag/v1.9.1-0.28b1 ) - 2022-01-29
1114
1215- Update opentelemetry-proto to v0.12.0. Note that this update removes deprecated status codes.
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ install_requires =
4343 grpcio >= 1.0.0, < 2.0.0
4444 googleapis-common-protos ~= 1.52
4545 opentelemetry-api ~= 1.3
46- opentelemetry-sdk ~= 1.3
46+ opentelemetry-sdk ~= 1.9
4747 opentelemetry-proto == 1.9.1
4848 backoff ~= 1.10.0
4949
You can’t perform that action at this time.
0 commit comments