From b945b1f21e0eaf4b06235e7c72afd2e3c0ced7f6 Mon Sep 17 00:00:00 2001 From: William FH <13333726+hinthornw@users.noreply.github.com> Date: Tue, 25 Nov 2025 12:27:49 -0800 Subject: [PATCH] release(langgraph): 1.0.4 (#6502) This patch release includes a couple of small fixes and improvements, such as: - Include interrupt information in the values stream mode (no longer rely solely on the updates stream mode): https://github.com/langchain-ai/langgraph/pull/6475 - Omit thread_id from configurable to allow using context for stateful runs via RemoteGraph: https://github.com/langchain-ai/langgraph/pull/6497 --- libs/langgraph/pyproject.toml | 2 +- libs/langgraph/uv.lock | 2 +- libs/prebuilt/uv.lock | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/libs/langgraph/pyproject.toml b/libs/langgraph/pyproject.toml index 5a58c31cc..dfe43e118 100644 --- a/libs/langgraph/pyproject.toml +++ b/libs/langgraph/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "langgraph" -version = "1.0.3" +version = "1.0.4" 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 72fc1f9bc..074788f73 100644 --- a/libs/langgraph/uv.lock +++ b/libs/langgraph/uv.lock @@ -1345,7 +1345,7 @@ wheels = [ [[package]] name = "langgraph" -version = "1.0.3" +version = "1.0.4" source = { editable = "." } dependencies = [ { name = "langchain-core" }, diff --git a/libs/prebuilt/uv.lock b/libs/prebuilt/uv.lock index 6787b6b14..55bb02a24 100644 --- a/libs/prebuilt/uv.lock +++ b/libs/prebuilt/uv.lock @@ -246,7 +246,7 @@ wheels = [ [[package]] name = "langgraph" -version = "1.0.3" +version = "1.0.4" source = { editable = "../langgraph" } dependencies = [ { name = "langchain-core" },