[PR #2333] lib: Enforce write application order in apply_writes #2643

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

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

State: closed
Merged: Yes


  • Previously order was enforced in prepare_next_tasks, but that's not a good fit for future features
  • This changes order between PULL and PUSH tasks, updates from PUSH tasks will now be applied after updates from PULL tasks
**Original Pull Request:** https://github.com/langchain-ai/langgraph/pull/2333 **State:** closed **Merged:** Yes --- - Previously order was enforced in prepare_next_tasks, but that's not a good fit for future features - This changes order between PULL and PUSH tasks, updates from PUSH tasks will now be applied after updates from PULL tasks
yindo added the pull-request label 2026-02-20 17:47:20 -05:00
yindo closed this issue 2026-02-20 17:47:20 -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#2643