mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-08-21 15:12:26 +02:00
Nine new tests pin the behavioral boundaries introduced by the optimization: chunk / dict / tuple / missing-id left inputs must fall through to full conversion, duplicate right ids and None right ids must still be handled correctly, format="langchain-openai" and invalid format must round-trip through the fast path, and the fast path must return a fresh list rather than aliasing left. Also picks up a ruff-format reflow in test_time_travel.py. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>