langgraph 0.1.4
Summary of Changes
- Added validation for packet types in pending sends to prevent errors from invalid data (#877)
Detailed Changes
langgraph.pregel.algo.prepare_next_tasks
- Added validation check for packet types in checkpoint's pending sends queue
- Invalid packet types are now logged and skipped, preventing potential errors when processing checkpoints with corrupted data