From 23652c54be18ce59f697aa38f10075ee91913220 Mon Sep 17 00:00:00 2001 From: Quanzheng Long Date: Mon, 6 Jul 2026 13:36:09 -0700 Subject: [PATCH] release(langgraph): 1.2.8 (#8292) ## Summary Releases `langgraph` 1.2.8. Bumps the package version `1.2.7` -> `1.2.8` and propagates it into the `langgraph`, `prebuilt`, and `sdk-py` lockfiles. No dependency floor or source changes. ## Changes - Update `libs/langgraph/pyproject.toml` to version `1.2.8`. - Update the editable `langgraph` package entries in `libs/langgraph/uv.lock`, `libs/prebuilt/uv.lock`, and `libs/sdk-py/uv.lock`. Co-authored-by: Claude Opus 4.8 (1M context) --- libs/langgraph/pyproject.toml | 2 +- libs/langgraph/uv.lock | 2 +- libs/prebuilt/uv.lock | 2 +- libs/sdk-py/uv.lock | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/libs/langgraph/pyproject.toml b/libs/langgraph/pyproject.toml index faa1394de..27fffb6af 100644 --- a/libs/langgraph/pyproject.toml +++ b/libs/langgraph/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "langgraph" -version = "1.2.7" +version = "1.2.8" description = "Building stateful, multi-actor applications with LLMs" authors = [] requires-python = ">=3.10" diff --git a/libs/langgraph/uv.lock b/libs/langgraph/uv.lock index af48cbb9b..0ce11228e 100644 --- a/libs/langgraph/uv.lock +++ b/libs/langgraph/uv.lock @@ -1438,7 +1438,7 @@ wheels = [ [[package]] name = "langgraph" -version = "1.2.7" +version = "1.2.8" source = { editable = "." } dependencies = [ { name = "langchain-core" }, diff --git a/libs/prebuilt/uv.lock b/libs/prebuilt/uv.lock index 27572253a..3faab8dd3 100644 --- a/libs/prebuilt/uv.lock +++ b/libs/prebuilt/uv.lock @@ -285,7 +285,7 @@ wheels = [ [[package]] name = "langgraph" -version = "1.2.7" +version = "1.2.8" source = { editable = "../langgraph" } dependencies = [ { name = "langchain-core" }, diff --git a/libs/sdk-py/uv.lock b/libs/sdk-py/uv.lock index 1f66080e0..cf2eb99a7 100644 --- a/libs/sdk-py/uv.lock +++ b/libs/sdk-py/uv.lock @@ -298,7 +298,7 @@ wheels = [ [[package]] name = "langgraph" -version = "1.2.7" +version = "1.2.8" source = { editable = "../langgraph" } dependencies = [ { name = "langchain-core" },