From 8fc098ec27d80e17b7880eac34a8dc49ef4e7025 Mon Sep 17 00:00:00 2001 From: Sydney Runkle <54324534+sydney-runkle@users.noreply.github.com> Date: Tue, 2 Sep 2025 12:55:58 -0400 Subject: [PATCH] chore(langgraph): fix deprecation warning and cut next alpha release (#6063) --- libs/langgraph/pyproject.toml | 4 ++-- libs/langgraph/uv.lock | 4 ++-- libs/prebuilt/langgraph/prebuilt/chat_agent_executor.py | 2 +- libs/prebuilt/pyproject.toml | 2 +- libs/prebuilt/uv.lock | 4 ++-- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/libs/langgraph/pyproject.toml b/libs/langgraph/pyproject.toml index 1ebfb5fe3..e9868e31b 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.0a1" +version = "1.0.0a2" 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.0a1", + "langgraph-prebuilt==0.7.0a2", "xxhash>=3.5.0", "pydantic>=2.7.4", ] diff --git a/libs/langgraph/uv.lock b/libs/langgraph/uv.lock index 2a3231cb0..574624cf2 100644 --- a/libs/langgraph/uv.lock +++ b/libs/langgraph/uv.lock @@ -1159,7 +1159,7 @@ wheels = [ [[package]] name = "langgraph" -version = "1.0.0a1" +version = "1.0.0a2" source = { editable = "." } dependencies = [ { name = "langchain-core" }, @@ -1403,7 +1403,7 @@ dev = [ [[package]] name = "langgraph-prebuilt" -version = "0.7.0a1" +version = "0.7.0a2" source = { editable = "../prebuilt" } dependencies = [ { name = "langchain-core" }, diff --git a/libs/prebuilt/langgraph/prebuilt/chat_agent_executor.py b/libs/prebuilt/langgraph/prebuilt/chat_agent_executor.py index b691ad315..c8c939239 100644 --- a/libs/prebuilt/langgraph/prebuilt/chat_agent_executor.py +++ b/libs/prebuilt/langgraph/prebuilt/chat_agent_executor.py @@ -257,7 +257,7 @@ def _validate_chat_history( @deprecated( - "create_react_agent has been moved to langchain.agents. Please update your import to 'from langchain.agents import create_react_agent'.", + "create_react_agent has been moved to langchain.agents. Please update your import to 'from langchain.agents import create_agent'.", category=LangGraphDeprecatedSinceV10, ) def create_react_agent( diff --git a/libs/prebuilt/pyproject.toml b/libs/prebuilt/pyproject.toml index 511a26e44..a2aba566d 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.0a1" +version = "0.7.0a2" 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 d0e5ffefe..35e3533ad 100644 --- a/libs/prebuilt/uv.lock +++ b/libs/prebuilt/uv.lock @@ -291,7 +291,7 @@ wheels = [ [[package]] name = "langgraph" -version = "1.0.0a1" +version = "1.0.0a2" source = { editable = "../langgraph" } dependencies = [ { name = "langchain-core" }, @@ -438,7 +438,7 @@ dev = [ [[package]] name = "langgraph-prebuilt" -version = "0.7.0a1" +version = "0.7.0a2" source = { editable = "." } dependencies = [ { name = "langchain-core" },