Skip to content

Commit afd89be

Browse files
committed
Instrumentation Package should depend on OTel SDK
1 parent 07b8945 commit afd89be

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

Diff for: opentelemetry-instrumentation/CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
- Added support for `OTEL_EXPORTER` to the `opentelemetry-instrument` command ([#1036](https://github.com/open-telemetry/opentelemetry-python/pull/1036))
88
- Add missing references to instrumented packages
99
([#1416](https://github.com/open-telemetry/opentelemetry-python/pull/1416))
10+
- Instrumentation Package has a dependency on the OTel SDK
11+
([#1405](https://github.com/open-telemetry/opentelemetry-python/pull/1405))
1012

1113
## Version 0.14b0
1214

Diff for: opentelemetry-instrumentation/setup.cfg

+1
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ zip_safe = False
4242
include_package_data = True
4343
install_requires =
4444
opentelemetry-api == 0.16.dev0
45+
opentelemetry-sdk == 0.16.dev0
4546
wrapt >= 1.0.0, < 2.0.0
4647

4748
[options.packages.find]

Diff for: tox.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ skipsdist = True
33
skip_missing_interpreters = True
44
envlist =
55
; Environments are organized by individual package, allowing
6-
; for specifying supported Python versions per package.
6+
; for specifying supported Python versions per package. Test
77
; opentelemetry-api
88
py3{5,6,7,8}-test-core-api
99
pypy3-test-core-api

0 commit comments

Comments
 (0)