Skip to content

Commit 1f3bb63

Browse files
committed
Add opentelemetry-instrumentation dependency to asyncclick
Using asyncclick instrumentation in a project that does not already depend on opentelemetry-instrumentation raises a module not found error.
1 parent 7f347e5 commit 1f3bb63

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

instrumentation/opentelemetry-instrumentation-asyncclick/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ classifiers = [
2727
]
2828
dependencies = [
2929
"opentelemetry-api ~= 1.12",
30+
"opentelemetry-instrumentation == 0.54b0.dev",
3031
"opentelemetry-semantic-conventions == 0.54b0.dev",
3132
"wrapt ~= 1.0",
3233
"typing_extensions ~= 4.12",

uv.lock

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)