From eca419008c6cfd3431a429ea75da0017a3d60463 Mon Sep 17 00:00:00 2001 From: Nuno Campos Date: Fri, 30 Aug 2024 16:10:57 -0700 Subject: [PATCH] checkpoint 1.0.8 --- 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 b4c21265f..d7351e33c 100644 --- a/libs/checkpoint/pyproject.toml +++ b/libs/checkpoint/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langgraph-checkpoint" -version = "1.0.7" +version = "1.0.8" description = "Library with base interfaces for LangGraph checkpoint savers." authors = [] license = "MIT"