Skip to content

Commit

Permalink
Add packaging as a required package for pika instrumentation (#882)
Browse files Browse the repository at this point in the history
Fixes #881
  • Loading branch information
phillipuniverse authored Jan 28, 2022
1 parent d55d1dc commit e53c1da
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased](https://github.com/open-telemetry/opentelemetry-python/compare/v1.9.0-0.28b0...HEAD)

### Fixed

- `opentelemetry-instrumentation-pika` requires `packaging` dependency


## [1.9.0-0.28b0](https://github.com/open-telemetry/opentelemetry-python/releases/tag/v1.9.0-0.28b0) - 2022-01-26


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ packages=find_namespace:
install_requires =
opentelemetry-api ~= 1.5
wrapt >= 1.0.0, < 2.0.0
packaging >= 20.0

[options.extras_require]
test =
Expand Down

0 comments on commit e53c1da

Please sign in to comment.