[PR #2432] lib: Restore prev behavior for update_state(None) #2699

Closed
opened 2026-02-20 17:47:25 -05:00 by yindo · 0 comments
Owner

Original Pull Request: https://github.com/langchain-ai/langgraph/pull/2432

State: closed
Merged: Yes


  • update_state(None) copies checkpoint and keeps current (PUSH) tasks, eg for replay
  • update_state(None, as_node=END) clears all tasks (PUSH or PULL)
**Original Pull Request:** https://github.com/langchain-ai/langgraph/pull/2432 **State:** closed **Merged:** Yes --- - update_state(None) copies checkpoint and keeps current (PUSH) tasks, eg for replay - update_state(None, as_node=END) clears all tasks (PUSH or PULL)
yindo added the pull-request label 2026-02-20 17:47:25 -05:00
yindo closed this issue 2026-02-20 17:47:25 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langgraph#2699