Skip to content

Commit aaaa38f

Browse files
committed
Switch to using otel-api and otel-sdk
1 parent 571ff3b commit aaaa38f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@ def get_file_text(file_name):
4141
install_requires=[
4242
"urllib3>=1.26.11",
4343
"certifi",
44-
"opentelemetry-distro>=0.35b0", # XXX check lower bound
44+
"opentelemetry-api",
45+
"opentelemetry-sdk",
4546
],
4647
extras_require={
4748
"aiohttp": ["aiohttp>=3.5"],

0 commit comments

Comments
 (0)