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
- LangGraph SDK 0.4.5 Adds `response_schema` to `interrupt()` Method LangGraph Releases ·
- Pydantic-AI v2.46.0 Enhances Type-Safe Models, Tooling, and Real-Time AI Sessions Pydantic AI Releases ·
- ADK-Python v2.9.2 Refines OpenTelemetry Event Naming for Consistent Tracking Google ADK (Python) Releases ·
- Pydantic AI Library v2.45.0 Adds TypeSafeModel and Bedrock Converse Support Pydantic AI Releases ·
- OpenAI Python Agents Library v0.22.3 Delivers Core Fixes and Dependency Updates OpenAI Agents SDK (Python) Releases ·
- Pydantic AI v1.107.6 Delivers Critical Security Fixes Backported from v2.44.0 Pydantic AI Releases ·