Bug Fixes
-
Pin to
wrapt<2
until we can ensure full compatibility with the breaking changes. -
CI Visibility: This fix resolves an issue where tests would be incorrectly detected as third-party code if a third-party package containing a folder with the same name as the tests folder was installed. For instance, the
sumy
package installs files undertests/*
insite-packages
, and this would cause any modules undertests.*
to be considered third-party. -
langchain: Resolves an issue where langchain patching would throw an
ImportError
for when usinglangchain_core>=0.3.76
.