Change8

prebuilt==1.0.5

📦 langgraphView on GitHub →
🐛 1 fixes1 deprecations🔧 2 symbols

Summary

Release 1.0.5 focuses on internal refactoring of injection logic to respect function signatures and deprecates the use of setattr on ToolCallRequest.

Migration Steps

  1. Avoid using `setattr` on `ToolCallRequest` objects as it is now deprecated.

🐛 Bug Fixes

  • Refactored injection logic to properly respect function signatures.

🔧 Affected Symbols

ToolCallRequestToolCallRequest.__setattr__

⚡ Deprecations

  • The use of `setattr` on `ToolCallRequest` is now deprecated.