Skip to content

Commit

Permalink
Instrumentation Package depends on the OTel SDK (#1405)
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanielRN authored Nov 26, 2020
1 parent 47b5b35 commit 895be85
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 @@ -7,6 +7,8 @@
- Added support for `OTEL_EXPORTER` to the `opentelemetry-instrument` command ([#1036](https://github.com/open-telemetry/opentelemetry-python/pull/1036))
- Add missing references to instrumented packages
([#1416](https://github.com/open-telemetry/opentelemetry-python/pull/1416))
- Instrumentation Package depends on the 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 895be85

Please sign in to comment.