mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-08-22 23:52:23 +02:00
Rename test files (test_stream_v2.py → test_stream_events_v3.py etc.), rewrite all .stream_v2()/.astream_v2() call sites to stream_events(input, version="v3") / astream_events(input, version="v3"), and update test-file docstrings/comments and function names accordingly.