1.0.9
📦 langgraphView on GitHub →
✨ 1 features🐛 1 fixes🔧 1 symbols
Summary
This release introduces langgraph prebuilt components and fixes an issue related to sequential interrupt handling in the functional API. It also includes several dependency bumps and minor internal refactoring.
Migration Steps
- Replaced bare except clauses with BaseException in AsyncQueue for more specific exception handling.
✨ New Features
- Introduction of langgraph + prebuilt components.
🐛 Bug Fixes
- Fixed sequential interrupt handling when using the functional API.