Skip to content

Commit 71a2baf

Browse files
rollback for testing
1 parent d44f56c commit 71a2baf

2 files changed

Lines changed: 12 additions & 5 deletions

File tree

pyproject.toml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,19 @@ dependencies = [
1818
"opentelemetry-exporter-otlp-proto-grpc~=1.41.0",
1919
"opentelemetry-exporter-otlp-proto-http~=1.41.0",
2020
"opentelemetry-processor-baggage~=0.61b0",
21-
"traceloop-sdk~=0.61.0",
21+
"traceloop-sdk~=0.54.0",
2222
"httpx>=0.27.0",
2323
"PyJWT~=2.12.1",
2424
"protobuf>=4.25.0",
2525
"protovalidate>=0.13.0",
2626
"grpcio>=1.60.0",
2727
"opentelemetry-api>=1.28.0",
2828
"opentelemetry-sdk>=1.28.0",
29+
# Constrain wrapt to 1.x: opentelemetry-instrumentation-langchain (pulled
30+
# via traceloop-sdk) calls wrap_function_wrapper(module=..., name=..., wrapper=...).
31+
# wrapt 2.x removed the `module` keyword, causing the LangChain instrumentor
32+
# initialization to fail at import time, which silently disables LangChain
33+
"wrapt<2",
2934
"mcp>=1.1.0",
3035
]
3136

uv.lock

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

0 commit comments

Comments
 (0)