mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-08-24 08:32:24 +02:00
* Merge configurable fields with previous checkpoint config. * Update update_state() and aupdate_state() to merge configurable fields with previous checkpoint config. * Update tests to verify that all checkpoint metadata contain the expected configurable field keys. This assertion is needed because a run can have an arbitrary number of steps based on the construction of the graph.