From dfcaf97c732119e6f9ab4deae417c08a992c8208 Mon Sep 17 00:00:00 2001 From: Nuno Campos Date: Mon, 16 Jun 2025 15:17:56 -0700 Subject: [PATCH] langgraph 0.5.0rc0 --- libs/langgraph/pyproject.toml | 4 ++-- libs/langgraph/uv.lock | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/libs/langgraph/pyproject.toml b/libs/langgraph/pyproject.toml index 04037001e..05d5985b4 100644 --- a/libs/langgraph/pyproject.toml +++ b/libs/langgraph/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "langgraph" -version = "0.4.7" +version = "0.5.0rc0" description = "Building stateful, multi-actor applications with LLMs" authors = [] requires-python = ">=3.9" @@ -13,7 +13,7 @@ license = "MIT" license-files = ['LICENSE'] dependencies = [ "langchain-core>=0.1", - "langgraph-checkpoint>=2.0.26", + "langgraph-checkpoint>=2.1.0", "langgraph-sdk>=0.1.42", "langgraph-prebuilt>=0.2.0", "xxhash>=3.5.0", diff --git a/libs/langgraph/uv.lock b/libs/langgraph/uv.lock index 7c170f6c8..5c14c0ef7 100644 --- a/libs/langgraph/uv.lock +++ b/libs/langgraph/uv.lock @@ -1201,7 +1201,7 @@ wheels = [ [[package]] name = "langgraph" -version = "0.4.7" +version = "0.5.0rc0" source = { editable = "." } dependencies = [ { name = "langchain-core" }, @@ -1310,7 +1310,7 @@ wheels = [ [[package]] name = "langgraph-checkpoint" -version = "2.0.26" +version = "2.1.0" source = { editable = "../checkpoint" } dependencies = [ { name = "langchain-core" },