From 70af3bc3cb33b8df56843cfed8771b32592183a8 Mon Sep 17 00:00:00 2001 From: Nuno Campos Date: Mon, 16 Sep 2024 14:10:03 -0700 Subject: [PATCH] checkpoint 1.0.10 --- 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 ae773fc3f..5b77649fe 100644 --- a/libs/checkpoint/pyproject.toml +++ b/libs/checkpoint/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langgraph-checkpoint" -version = "1.0.9" +version = "1.0.10" description = "Library with base interfaces for LangGraph checkpoint savers." authors = [] license = "MIT"