Files
langgraph/libs
Sydney Runkleandopen-swe[bot] <open-swe@users.noreply.github.com> 4e4bf1a204 feat(langgraph): warn when checkpointer lacks DeltaChannel support
A graph using `DeltaChannel` reconstructs state via the saver's
`get_delta_channel_history` API (added in `langgraph-checkpoint>=4.1.0`).
Savers from older packages lack it and fail at runtime. `StateGraph.compile`
now warns at compile time so users know to upgrade `langgraph-checkpoint`.

Co-authored-by: open-swe[bot] <open-swe@users.noreply.github.com>
2026-06-10 20:55:45 +00:00
..
2026-06-10 14:15:19 -04:00