Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
# the newest supported version of external dependencies.

anthropic
wrapt==2.2.1
wrapt==2.2.2
# test with the latest version of opentelemetry-api, sdk, semantic conventions, and instrumentation

-e util/opentelemetry-util-genai
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
# the newest supported version of external dependencies.

claude-agent-sdk
wrapt==2.2.1
wrapt==2.2.2
# test with the latest version of opentelemetry-api, sdk, semantic conventions, and instrumentation

-e util/opentelemetry-util-genai
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ httpx==0.28.1
Deprecated==1.3.1
importlib-metadata==9.0.0
packaging==26.2
wrapt==2.2.1
wrapt==2.2.2
# test with the latest version of opentelemetry-api, sdk, semantic conventions, and instrumentation
grpcio>=1.60.0; implementation_name != "pypy"
grpcio<1.80.1; implementation_name == "pypy"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jiter==0.11.1
Deprecated==1.3.1
importlib-metadata==9.0.0
packaging==26.2
wrapt==2.2.1
wrapt==2.2.2
# test with the latest version of opentelemetry-api, sdk, semantic conventions, and instrumentation

-e instrumentation/opentelemetry-instrumentation-genai-openai
Expand Down
Loading