From a2fe4df89b2f2c639f0702706d85c88db21b6676 Mon Sep 17 00:00:00 2001 From: Sydney Runkle <54324534+sydney-runkle@users.noreply.github.com> Date: Fri, 1 Aug 2025 14:52:38 -0400 Subject: [PATCH] release: langgraph + prebuilt 0.6.3 (#5799) --- libs/langgraph/pyproject.toml | 2 +- libs/langgraph/uv.lock | 4 ++-- libs/prebuilt/pyproject.toml | 2 +- libs/prebuilt/uv.lock | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/libs/langgraph/pyproject.toml b/libs/langgraph/pyproject.toml index 827c7f84e..54506837b 100644 --- a/libs/langgraph/pyproject.toml +++ b/libs/langgraph/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "langgraph" -version = "0.6.2" +version = "0.6.3" description = "Building stateful, multi-actor applications with LLMs" authors = [] requires-python = ">=3.9" diff --git a/libs/langgraph/uv.lock b/libs/langgraph/uv.lock index 7ca940166..f4a01637c 100644 --- a/libs/langgraph/uv.lock +++ b/libs/langgraph/uv.lock @@ -1192,7 +1192,7 @@ wheels = [ [[package]] name = "langgraph" -version = "0.6.2" +version = "0.6.3" source = { editable = "." } dependencies = [ { name = "langchain-core" }, @@ -1433,7 +1433,7 @@ dev = [ [[package]] name = "langgraph-prebuilt" -version = "0.6.2" +version = "0.6.3" source = { editable = "../prebuilt" } dependencies = [ { name = "langchain-core" }, diff --git a/libs/prebuilt/pyproject.toml b/libs/prebuilt/pyproject.toml index b655b7a90..f7212652f 100644 --- a/libs/prebuilt/pyproject.toml +++ b/libs/prebuilt/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "langgraph-prebuilt" -version = "0.6.2" +version = "0.6.3" description = "Library with high-level APIs for creating and executing LangGraph agents and tools." authors = [] requires-python = ">=3.9" diff --git a/libs/prebuilt/uv.lock b/libs/prebuilt/uv.lock index 83539ae73..679ab1dfa 100644 --- a/libs/prebuilt/uv.lock +++ b/libs/prebuilt/uv.lock @@ -316,7 +316,7 @@ wheels = [ [[package]] name = "langgraph" -version = "0.6.2" +version = "0.6.3" source = { editable = "../langgraph" } dependencies = [ { name = "langchain-core" }, @@ -460,7 +460,7 @@ dev = [ [[package]] name = "langgraph-prebuilt" -version = "0.6.2" +version = "0.6.3" source = { editable = "." } dependencies = [ { name = "langchain-core" },