From a319727a9ea43f539b066013fa80ce4da939250b Mon Sep 17 00:00:00 2001 From: Vadym Barda Date: Fri, 27 Sep 2024 14:19:00 -0400 Subject: [PATCH] checkpoint: release 1.0.12 (#1888) --- 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 c14d64623..b3532da2a 100644 --- a/libs/checkpoint/pyproject.toml +++ b/libs/checkpoint/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langgraph-checkpoint" -version = "1.0.11" +version = "1.0.12" description = "Library with base interfaces for LangGraph checkpoint savers." authors = [] license = "MIT"