From 7895051c96ea316f0dc9ce54f6522ef04b520634 Mon Sep 17 00:00:00 2001 From: William FH <13333726+hinthornw@users.noreply.github.com> Date: Fri, 27 Feb 2026 12:55:41 -0800 Subject: [PATCH] release(checkpoint): 0.4.1 (#6966) Release langgraph-checkpoint. --- libs/checkpoint-postgres/uv.lock | 2 +- libs/checkpoint-sqlite/uv.lock | 2 +- libs/checkpoint/pyproject.toml | 2 +- libs/checkpoint/uv.lock | 2 +- libs/langgraph/uv.lock | 2 +- libs/prebuilt/uv.lock | 2 +- libs/sdk-py/uv.lock | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/libs/checkpoint-postgres/uv.lock b/libs/checkpoint-postgres/uv.lock index 3b0643904..1c2e25629 100644 --- a/libs/checkpoint-postgres/uv.lock +++ b/libs/checkpoint-postgres/uv.lock @@ -259,7 +259,7 @@ wheels = [ [[package]] name = "langgraph-checkpoint" -version = "4.0.1rc4" +version = "4.0.1" source = { editable = "../checkpoint" } dependencies = [ { name = "langchain-core" }, diff --git a/libs/checkpoint-sqlite/uv.lock b/libs/checkpoint-sqlite/uv.lock index 00ad52282..4c73c559c 100644 --- a/libs/checkpoint-sqlite/uv.lock +++ b/libs/checkpoint-sqlite/uv.lock @@ -268,7 +268,7 @@ wheels = [ [[package]] name = "langgraph-checkpoint" -version = "4.0.1rc4" +version = "4.0.1" source = { editable = "../checkpoint" } dependencies = [ { name = "langchain-core" }, diff --git a/libs/checkpoint/pyproject.toml b/libs/checkpoint/pyproject.toml index 1e51065d4..00f2fc7c9 100644 --- a/libs/checkpoint/pyproject.toml +++ b/libs/checkpoint/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "langgraph-checkpoint" -version = "4.0.1rc4" +version = "4.0.1" description = "Library with base interfaces for LangGraph checkpoint savers." authors = [] requires-python = ">=3.10" diff --git a/libs/checkpoint/uv.lock b/libs/checkpoint/uv.lock index f95cf7a79..93b45f314 100644 --- a/libs/checkpoint/uv.lock +++ b/libs/checkpoint/uv.lock @@ -286,7 +286,7 @@ wheels = [ [[package]] name = "langgraph-checkpoint" -version = "4.0.1rc4" +version = "4.0.1" source = { editable = "." } dependencies = [ { name = "langchain-core" }, diff --git a/libs/langgraph/uv.lock b/libs/langgraph/uv.lock index 75146458e..ce7bfc0b2 100644 --- a/libs/langgraph/uv.lock +++ b/libs/langgraph/uv.lock @@ -1548,7 +1548,7 @@ wheels = [ [[package]] name = "langgraph-checkpoint" -version = "4.0.1rc4" +version = "4.0.1" source = { editable = "../checkpoint" } dependencies = [ { name = "langchain-core" }, diff --git a/libs/prebuilt/uv.lock b/libs/prebuilt/uv.lock index 32c0ab357..fb383c33d 100644 --- a/libs/prebuilt/uv.lock +++ b/libs/prebuilt/uv.lock @@ -352,7 +352,7 @@ test = [ [[package]] name = "langgraph-checkpoint" -version = "4.0.1rc4" +version = "4.0.1" source = { editable = "../checkpoint" } dependencies = [ { name = "langchain-core" }, diff --git a/libs/sdk-py/uv.lock b/libs/sdk-py/uv.lock index 14f3b92c5..83a93a1a0 100644 --- a/libs/sdk-py/uv.lock +++ b/libs/sdk-py/uv.lock @@ -349,7 +349,7 @@ test = [ [[package]] name = "langgraph-checkpoint" -version = "4.0.1rc4" +version = "4.0.1" source = { editable = "../checkpoint" } dependencies = [ { name = "langchain-core" },