From 6527df688c2dbbb95277581c864fa4bac9aac660 Mon Sep 17 00:00:00 2001 From: Sydney Runkle <54324534+sydney-runkle@users.noreply.github.com> Date: Thu, 16 Oct 2025 20:35:56 -0400 Subject: [PATCH] chore: release rcs for prebuilt + langgraph (#6296) --- libs/langgraph/pyproject.toml | 4 ++-- libs/langgraph/uv.lock | 4 ++-- libs/prebuilt/pyproject.toml | 2 +- libs/prebuilt/uv.lock | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/libs/langgraph/pyproject.toml b/libs/langgraph/pyproject.toml index e05e133bb..122fe8878 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.0a4" +version = "1.0.0rc1" description = "Building stateful, multi-actor applications with LLMs" authors = [] requires-python = ">=3.10" @@ -15,7 +15,7 @@ dependencies = [ "langchain-core>=0.1", "langgraph-checkpoint>=2.1.0,<3.0.0", "langgraph-sdk>=0.2.2,<0.3.0", - "langgraph-prebuilt==0.7.0a2", + "langgraph-prebuilt==0.7.0rc1", "xxhash>=3.5.0", "pydantic>=2.7.4", ] diff --git a/libs/langgraph/uv.lock b/libs/langgraph/uv.lock index eb5552bfd..43b73cc28 100644 --- a/libs/langgraph/uv.lock +++ b/libs/langgraph/uv.lock @@ -1297,7 +1297,7 @@ wheels = [ [[package]] name = "langgraph" -version = "1.0.0a4" +version = "1.0.0rc1" source = { editable = "." } dependencies = [ { name = "langchain-core" }, @@ -1544,7 +1544,7 @@ dev = [ [[package]] name = "langgraph-prebuilt" -version = "0.7.0a2" +version = "0.7.0rc1" source = { editable = "../prebuilt" } dependencies = [ { name = "langchain-core" }, diff --git a/libs/prebuilt/pyproject.toml b/libs/prebuilt/pyproject.toml index 9fb1f6735..173d3548e 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.7.0a2" +version = "0.7.0rc1" 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 aef91b818..56e84084b 100644 --- a/libs/prebuilt/uv.lock +++ b/libs/prebuilt/uv.lock @@ -246,7 +246,7 @@ wheels = [ [[package]] name = "langgraph" -version = "1.0.0a4" +version = "1.0.0rc1" source = { editable = "../langgraph" } dependencies = [ { name = "langchain-core" }, @@ -393,7 +393,7 @@ dev = [ [[package]] name = "langgraph-prebuilt" -version = "0.7.0a2" +version = "0.7.0rc1" source = { editable = "." } dependencies = [ { name = "langchain-core" },