From cb328b57f1b195ddbb974953537948b6d13cb9ad Mon Sep 17 00:00:00 2001 From: Sydney Runkle <54324534+sydney-runkle@users.noreply.github.com> Date: Mon, 27 Apr 2026 13:11:43 -0400 Subject: [PATCH] release(prebuilt): 1.0.12, langgraph 1.1.10 (#7623) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Summary - Bumps `langgraph-prebuilt` `1.0.11` → `1.0.12` - Bumps `langgraph` `1.1.9` → `1.1.10` (requires `langgraph-prebuilt>=1.0.12`) - Updates all downstream `uv.lock` files ## Changes since last release **prebuilt (`1.0.11` → `1.0.12`)** - fix(prebuilt): hydrate ToolNode state from channels via pregel helpers (#7594) **langgraph (`1.1.8` → `1.1.10`)** - fix: don't propagate ReplayState to subgraphs on plain resume (#7561) --- libs/langgraph/pyproject.toml | 4 ++-- libs/langgraph/uv.lock | 4 ++-- libs/prebuilt/pyproject.toml | 2 +- libs/prebuilt/uv.lock | 4 ++-- libs/sdk-py/uv.lock | 4 ++-- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/libs/langgraph/pyproject.toml b/libs/langgraph/pyproject.toml index 8114550f5..6200a601a 100644 --- a/libs/langgraph/pyproject.toml +++ b/libs/langgraph/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "langgraph" -version = "1.1.9" +version = "1.1.10" description = "Building stateful, multi-actor applications with LLMs" authors = [] requires-python = ">=3.10" @@ -27,7 +27,7 @@ dependencies = [ "langchain-core>=1.3.0,<2", "langgraph-checkpoint>=2.1.0,<5.0.0", "langgraph-sdk>=0.3.0,<0.4.0", - "langgraph-prebuilt>=1.0.9,<1.1.0", + "langgraph-prebuilt>=1.0.12,<1.1.0", "xxhash>=3.5.0", "pydantic>=2.7.4", ] diff --git a/libs/langgraph/uv.lock b/libs/langgraph/uv.lock index 645133a64..0fa333613 100644 --- a/libs/langgraph/uv.lock +++ b/libs/langgraph/uv.lock @@ -1367,7 +1367,7 @@ wheels = [ [[package]] name = "langgraph" -version = "1.1.9" +version = "1.1.10" source = { editable = "." } dependencies = [ { name = "langchain-core" }, @@ -1742,7 +1742,7 @@ test = [ [[package]] name = "langgraph-prebuilt" -version = "1.0.11" +version = "1.0.12" source = { editable = "../prebuilt" } dependencies = [ { name = "langchain-core" }, diff --git a/libs/prebuilt/pyproject.toml b/libs/prebuilt/pyproject.toml index 93ca5d4d5..ad4f5c3c1 100644 --- a/libs/prebuilt/pyproject.toml +++ b/libs/prebuilt/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "langgraph-prebuilt" -version = "1.0.11" +version = "1.0.12" description = "Library with high-level APIs for creating and executing LangGraph agents and tools." authors = [] requires-python = ">=3.10" diff --git a/libs/prebuilt/uv.lock b/libs/prebuilt/uv.lock index 18b14b79a..858d1b4ba 100644 --- a/libs/prebuilt/uv.lock +++ b/libs/prebuilt/uv.lock @@ -268,7 +268,7 @@ wheels = [ [[package]] name = "langgraph" -version = "1.1.9" +version = "1.1.10" source = { editable = "../langgraph" } dependencies = [ { name = "langchain-core" }, @@ -490,7 +490,7 @@ test = [ [[package]] name = "langgraph-prebuilt" -version = "1.0.11" +version = "1.0.12" source = { editable = "." } dependencies = [ { name = "langchain-core" }, diff --git a/libs/sdk-py/uv.lock b/libs/sdk-py/uv.lock index 8672b322e..c2e4f37d9 100644 --- a/libs/sdk-py/uv.lock +++ b/libs/sdk-py/uv.lock @@ -281,7 +281,7 @@ wheels = [ [[package]] name = "langgraph" -version = "1.1.9" +version = "1.1.10" source = { editable = "../langgraph" } dependencies = [ { name = "langchain-core" }, @@ -413,7 +413,7 @@ test = [ [[package]] name = "langgraph-prebuilt" -version = "1.0.11" +version = "1.0.12" source = { editable = "../prebuilt" } dependencies = [ { name = "langchain-core" },