python LangGraph Releases · · 1.2.10

LangGraph 1.2.10: Stream events typing, trace policy changes

sdkaiengineerpython-agentic
patch feature

LangGraph version 1.2.10 introduces type hinting for `stream_events` return and native projections, enhancing developer experience. It also includes changes to the trace policy, removing the `TracePolicy` and exposing `trace_policy` on `add_node`. The update affects developers using LangGraph for building complex, stateful applications and includes several dependency updates.

Read the original announcement →

https://github.com/langchain-ai/langgraph/releases/tag/1.2.10

Related releases