LangGraph SDK 0.4.5 Adds `response_schema` to `interrupt()` Method
sdkaigaengineerpython-agentic
feature patch
LangGraph Python SDK version 0.4.5 has been released, introducing a `response_schema` parameter to the `interrupt()` method. This enhancement allows developers to define the expected schema for responses when interrupting graph execution, improving the robustness and predictability of AI agent interactions. The update also includes several dependency bumps, notably for `anyio` and `websockets`, contributing to overall stability and security. This release primarily affects engineers building AI agent applications that rely on structured responses during interactive graph execution.
- →feat(langgraph): add response_schema to interrupt() (#8886)
- →release(sdk-py): 0.4.5 (#8988)
- →release(langgraph): 1.2.12 (#8987)
- →chore(deps): bump anyio from 4.14.2 to 4.15.1 in /libs/sdk-py (#8997)
- →chore(deps): bump anyio from 4.13.0 to 4.14.2 in /libs/cli (#8998)
Features (1) ›
- feat(langgraph): add response_schema to interrupt() (#8886)
Maintenance (7) ›
- release(sdk-py): 0.4.5 (#8988)
- release(langgraph): 1.2.12 (#8987)
- chore(deps): bump anyio from 4.14.2 to 4.15.1 in /libs/sdk-py (#8997)
- chore(deps): bump anyio from 4.13.0 to 4.14.2 in /libs/cli (#8998)
- chore(deps): bump anyio from 4.12.1 to 4.14.2 in /libs/sdk-py (#8994)
- chore(deps): bump the minor-and-patch group across 1 directory with 7 updates (#8779)
- chore(deps): bump websockets from 16.0 to 16.1.1 in /libs/sdk-py in the major group (#8781)
Read the original announcement →
https://github.com/langchain-ai/langgraph/releases/tag/sdk%3D%3D0.4.5
Related releases
- LangGraph 1.2.12 improves subgraph detection and adds interrupt response schema 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 ·