python LangGraph Releases · · 1.2.8

LangGraph 1.2.8 fixes state update bug

sdkaiengineerpython-agentic
patch

LangGraph version 1.2.8 addresses a critical bug where updating state on a new thread could cause a deadlock by forcing a snapshot instead of a stub checkpoint. This patch ensures smoother state management for developers using LangGraph, particularly in concurrent execution scenarios. The update is available now for all users.

Read the original announcement →

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

Related releases