From 494cd4f6addff704e7776018422113c1387da6aa Mon Sep 17 00:00:00 2001 From: Nuno Campos Date: Wed, 2 Apr 2025 15:44:58 -0700 Subject: [PATCH] checkpoint 2.0.24 --- 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 0425caf7e..049596e72 100644 --- a/libs/checkpoint/pyproject.toml +++ b/libs/checkpoint/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langgraph-checkpoint" -version = "2.0.23" +version = "2.0.24" description = "Library with base interfaces for LangGraph checkpoint savers." authors = [] license = "MIT"