python LangGraph Releases · · 0.4.5

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