mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-08-22 15:42:25 +02:00
- Remove unused AggregateChannel compat wrapper from test files; switch all DeltaChannel test aliases to import from channels.delta directly - Drop dict-reducer tests (tested AggregateChannel type-inference, not relevant to this DeltaChannel-only branch) - Add value: Value | Any annotation to AggregateChannel.__slots__ (mypy) - Add isinstance asserts for DeltaChannel before replay_writes calls - Remove now-unused _math_compat import and clean up PostgresSaver import Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>