From 3f8944c1fc560c6b8d700110c7b7764e5c769beb Mon Sep 17 00:00:00 2001 From: Vadym Barda Date: Thu, 15 May 2025 13:28:10 -0400 Subject: [PATCH] checkpoint: release 2.0.26 (#4708) --- libs/checkpoint/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/checkpoint/pyproject.toml b/libs/checkpoint/pyproject.toml index f98c2290b..9a5d55533 100644 --- a/libs/checkpoint/pyproject.toml +++ b/libs/checkpoint/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langgraph-checkpoint" -version = "2.0.25" +version = "2.0.26" description = "Library with base interfaces for LangGraph checkpoint savers." authors = [] license = "MIT"