From bf7fec0bd157fb9ba3c133c63e9ba2eea048e0e3 Mon Sep 17 00:00:00 2001 From: Nick Hollon Date: Thu, 21 May 2026 14:28:25 -0400 Subject: [PATCH] release(langgraph): 1.2.1 (#7883) releasing 1.2.1 Notable changes since 1.2.0: - feat(langgraph): add `before_builtins` opt-in for stream transformers (#7882) - fix(langgraph): keep tool results out of v3 messages (#7838) - chore(deps): bump langsmith from 0.7.31 to 0.8.0 (#7788) - chore(deps): bump idna from 3.11 to 3.15 (#7866) --- 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 72975ee92..838e889f2 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.0" +version = "1.2.1" 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 589ea7dcb..19d0ad57a 100644 --- a/libs/langgraph/uv.lock +++ b/libs/langgraph/uv.lock @@ -1382,7 +1382,7 @@ wheels = [ [[package]] name = "langgraph" -version = "1.2.0" +version = "1.2.1" source = { editable = "." } dependencies = [ { name = "langchain-core" }, diff --git a/libs/prebuilt/uv.lock b/libs/prebuilt/uv.lock index 25e023601..2911f03cb 100644 --- a/libs/prebuilt/uv.lock +++ b/libs/prebuilt/uv.lock @@ -285,7 +285,7 @@ wheels = [ [[package]] name = "langgraph" -version = "1.2.0" +version = "1.2.1" source = { editable = "../langgraph" } dependencies = [ { name = "langchain-core" }, diff --git a/libs/sdk-py/uv.lock b/libs/sdk-py/uv.lock index 06d1d79fc..ec9891d7e 100644 --- a/libs/sdk-py/uv.lock +++ b/libs/sdk-py/uv.lock @@ -298,7 +298,7 @@ wheels = [ [[package]] name = "langgraph" -version = "1.2.0" +version = "1.2.1" source = { editable = "../langgraph" } dependencies = [ { name = "langchain-core" },