Skip to content

Commit 240ee76

Browse files
aabmassalrexowaislzchen
authored
unpin opentelemetry-api dependency in instrumentation package (#2012)
Co-authored-by: alrex <[email protected]> Co-authored-by: Owais Lone <[email protected]> Co-authored-by: Leighton Chen <[email protected]>
1 parent c68adab commit 240ee76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opentelemetry-instrumentation/setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ packages=find_namespace:
4141
zip_safe = False
4242
include_package_data = True
4343
install_requires =
44-
opentelemetry-api == 1.5.0.dev0
44+
opentelemetry-api ~= 1.4
4545
wrapt >= 1.0.0, < 2.0.0
4646

4747
[options.packages.find]

0 commit comments

Comments
 (0)