diff --git a/libs/langgraph/pyproject.toml b/libs/langgraph/pyproject.toml index 03358cf2b..958e35507 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.0rc1" +version = "1.0.0" description = "Building stateful, multi-actor applications with LLMs" authors = [] requires-python = ">=3.10" @@ -22,13 +22,12 @@ classifiers = [ 'Programming Language :: Python :: 3.11', 'Programming Language :: Python :: 3.12', 'Programming Language :: Python :: 3.13', - 'Programming Language :: Python :: 3.14', ] 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.0rc1", + "langgraph-prebuilt>=1.0.0,<1.1.0", "xxhash>=3.5.0", "pydantic>=2.7.4", ] diff --git a/libs/langgraph/uv.lock b/libs/langgraph/uv.lock index 79135ad15..4f5661833 100644 --- a/libs/langgraph/uv.lock +++ b/libs/langgraph/uv.lock @@ -1321,7 +1321,7 @@ wheels = [ [[package]] name = "langgraph" -version = "1.0.0rc1" +version = "1.0.0" source = { editable = "." } dependencies = [ { name = "langchain-core" }, @@ -1686,7 +1686,7 @@ test = [ [[package]] name = "langgraph-prebuilt" -version = "0.7.0rc1" +version = "1.0.0" source = { editable = "../prebuilt" } dependencies = [ { name = "langchain-core" }, diff --git a/libs/prebuilt/pyproject.toml b/libs/prebuilt/pyproject.toml index a56086910..174e74fef 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.0rc1" +version = "1.0.0" description = "Library with high-level APIs for creating and executing LangGraph agents and tools." authors = [] requires-python = ">=3.10" @@ -22,7 +22,6 @@ classifiers = [ 'Programming Language :: Python :: 3.11', 'Programming Language :: Python :: 3.12', 'Programming Language :: Python :: 3.13', - 'Programming Language :: Python :: 3.14', ] dependencies = [ "langgraph-checkpoint>=2.1.0,<3.0.0", diff --git a/libs/prebuilt/uv.lock b/libs/prebuilt/uv.lock index 1d7e79ebc..706477df6 100644 --- a/libs/prebuilt/uv.lock +++ b/libs/prebuilt/uv.lock @@ -246,7 +246,7 @@ wheels = [ [[package]] name = "langgraph" -version = "1.0.0rc1" +version = "1.0.0" source = { editable = "../langgraph" } dependencies = [ { name = "langchain-core" }, @@ -467,7 +467,7 @@ test = [ [[package]] name = "langgraph-prebuilt" -version = "0.7.0rc1" +version = "1.0.0" source = { editable = "." } dependencies = [ { name = "langchain-core" },