From bf7252cadc3397e412c151b53ab50af816a1164f Mon Sep 17 00:00:00 2001 From: Nuno Campos Date: Fri, 14 Feb 2025 12:28:04 -0800 Subject: [PATCH] checkpoint 2.0.14 --- 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 b3ed25f50..10ebf1a24 100644 --- a/libs/checkpoint/pyproject.toml +++ b/libs/checkpoint/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langgraph-checkpoint" -version = "2.0.13" +version = "2.0.14" description = "Library with base interfaces for LangGraph checkpoint savers." authors = [] license = "MIT"