mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-08-24 08:32:24 +02:00
Move _DeltaSnapshot imports from module level to function bodies so the conformance test files can be collected even when the installed langgraph-checkpoint version doesn't yet export the symbol. Also fix get_delta_channel_keepset to check the target checkpoint's own channel_values before walking the parent chain — if the target itself has a snapshot, no walk is needed. Co-authored-by: Cursor <cursoragent@cursor.com>