LangGraph version 1.2.12 introduces a new feature for the `interrupt()` function and resolves issues with type declarations and subgraph detection.

  • Adds `response_schema` parameter to `interrupt()`
  • Fixes undeclared v3 stream projections types
  • Updates subgraph detection to use bytecode instead of source code
  • Bumps dependencies including soupsieve, mistune, tornado, and others

This release provides enhanced control over interrupt responses and improves the reliability of internal graph structure detection.