python LangGraph Releases · · 1.2.12

LangGraph 1.2.12 improves subgraph detection and adds interrupt response schema

sdkaigaengineerpython-agentic
feature patch

LangGraph version 1.2.12 introduces a new `response_schema` parameter to the `interrupt()` method, providing developers with more explicit control over interrupt handling in agent workflows. This release also includes a significant fix that enhances subgraph detection by analyzing bytecode instead of source code, improving accuracy and stability. Additionally, it addresses an issue with undeclared V3 stream projection types and updates several dependencies. These changes benefit engineers building and maintaining sophisticated agentic systems with LangGraph.

  • feat(langgraph): add response_schema to interrupt() (#8886)
  • release(langgraph): 1.2.12 (#8987)
  • chore(deps): bump soupsieve from 2.8.4 to 2.9 in /libs/langgraph (#8958)
  • fix(langgraph): type undeclared v3 stream projections (#8596)
  • chore(langgraph): bump mistune to 3.3.4 (#8804)
Features (1)
  • feat(langgraph): add response_schema to interrupt() (#8886)
Fixes (2)
  • fix(langgraph): type undeclared v3 stream projections (#8596)
  • fix(langgraph): detect subgraphs from bytecode instead of source (#8569)
Maintenance (7)
  • release(langgraph): 1.2.12 (#8987)
  • chore(deps): bump soupsieve from 2.8.4 to 2.9 in /libs/langgraph (#8958)
  • chore(langgraph): bump mistune to 3.3.4 (#8804)
  • chore(deps): bump the minor-and-patch group across 1 directory with 7 updates (#8779)
  • chore(deps): bump the minor-and-patch group across 1 directory with 4 updates (#8782)
  • chore(deps): bump tornado from 6.5.7 to 6.5.8 in /libs/langgraph (#8792)
  • chore(deps): bump the major group in /libs/langgraph with 2 updates (#8783)
Read the original announcement →

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

Related releases