mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-08-31 20:29:46 +02:00
- _put_exit_delta_writes: narrow self.checkpointer / put_after_previous / put_writes to non-None at the top so mypy accepts submit() calls. - test_exit_delta_persistence.py: suppress UP013 on functional TypedDict() uses (class form can't reference local variables in Annotated). Co-authored-by: Cursor <cursoragent@cursor.com>