File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
instrumentation/opentelemetry-instrumentation-pika Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,11 @@ 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.0-0.28b0...HEAD )
99
10+ ### Fixed
11+
12+ - ` opentelemetry-instrumentation-pika ` requires ` packaging ` dependency
13+
14+
1015## [ 1.9.0-0.28b0] ( https://github.com/open-telemetry/opentelemetry-python/releases/tag/v1.9.0-0.28b0 ) - 2022-01-26
1116
1217
Original file line number Diff line number Diff line change @@ -43,6 +43,7 @@ packages=find_namespace:
4343install_requires =
4444 opentelemetry-api ~= 1.5
4545 wrapt >= 1.0.0, < 2.0.0
46+ packaging >= 20.0
4647
4748[options.extras_require]
4849test =
You can’t perform that action at this time.
0 commit comments