v3.15.1
📦 datadog-sdkView on GitHub →
🐛 3 fixes🔧 3 symbols
Summary
This release focuses on stability by pinning the `wrapt` dependency and fixing specific bugs related to CI test visibility and langchain patching compatibility.
Migration Steps
- If you encounter issues related to third-party package naming conflicts with your test directories, ensure you are aware of the temporary pin on `wrapt`.
🐛 Bug Fixes
- Pin to `wrapt<2` to ensure compatibility until further notice.
- Resolved an issue in CI Visibility where tests were incorrectly flagged as third-party code when a third-party package shared a folder name with the tests folder (e.g., when `sumy` was installed).
- Fixed an `ImportError` that occurred during langchain patching when using `langchain_core>=0.3.76`.
🔧 Affected Symbols
wraptlangchainlangchain_core