Skip to content

Commit

Permalink
Instrumentation Package should depend on OTel SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanielRN committed Nov 24, 2020
1 parent da7597c commit 3749d9c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions opentelemetry-instrumentation/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
- Add IDs Generator as Configurable Property of Auto Instrumentation
([#1404](https://github.com/open-telemetry/opentelemetry-python/pull/1404))
- Added support for `OTEL_EXPORTER` to the `opentelemetry-instrument` command ([#1036](https://github.com/open-telemetry/opentelemetry-python/pull/1036))
- Instrumentation Package should depend on OTel SDK
([#1405](https://github.com/open-telemetry/opentelemetry-python/pull/1405))

## Version 0.14b0

Expand Down
1 change: 1 addition & 0 deletions opentelemetry-instrumentation/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ zip_safe = False
include_package_data = True
install_requires =
opentelemetry-api == 0.16.dev0
opentelemetry-sdk == 0.16.dev0
wrapt >= 1.0.0, < 2.0.0

[options.packages.find]
Expand Down

0 comments on commit 3749d9c

Please sign in to comment.