From a200027cda7556ff970bd2fc042f82f910f2fa95 Mon Sep 17 00:00:00 2001 From: Vadym Barda Date: Thu, 12 Dec 2024 15:06:54 -0500 Subject: [PATCH] checkpoint: release 2.0.9 (#2744) --- 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 f48f46a1f..44db8fae4 100644 --- a/libs/checkpoint/pyproject.toml +++ b/libs/checkpoint/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langgraph-checkpoint" -version = "2.0.8" +version = "2.0.9" description = "Library with base interfaces for LangGraph checkpoint savers." authors = [] license = "MIT"