From 855a3d21ffd174963cbd8f483fb63d7082245513 Mon Sep 17 00:00:00 2001 From: William FH <13333726+hinthornw@users.noreply.github.com> Date: Wed, 27 Nov 2024 20:50:11 -0800 Subject: [PATCH] Update Checkpoint Version (#2565) --- 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 278594fcb..ef12f2052 100644 --- a/libs/checkpoint/pyproject.toml +++ b/libs/checkpoint/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langgraph-checkpoint" -version = "2.0.6" +version = "2.0.7" description = "Library with base interfaces for LangGraph checkpoint savers." authors = [] license = "MIT"