Skip to content

v0.14.2 - May 6, 2026

Choose a tag to compare

@LucasAlvesSoares LucasAlvesSoares released this 06 May 16:36
· 61 commits to main since this release
8b651d4

Bug Fixes

opentelemetry-instrumentation-langchain (pulled in via traceloop-sdk~=0.54.0) calls wrap_function_wrapper(module=..., name=..., wrapper=...). wrapt 2.x removed the module keyword, so the LangChain instrumentor initialization fails.

This adds an interim constraint wrapt<2 to pyproject.toml so the SDK pulls a wrapt 1.x (e.g. 1.17.x) where wrap_function_wrapper(module=...) is still accepted. After this change, auto_instrument() cleanly initializes the LangChain instrumentor and downstream agents see chain / node / graph spans again.

Contributors

Application Foundation Toolkit Libraries Team