From 0b9adc28c3fe84870712fb2db963463fa9b3aa05 Mon Sep 17 00:00:00 2001 From: William Fu-Hinthorn <13333726+hinthornw@users.noreply.github.com> Date: Mon, 17 Mar 2025 15:15:23 -0700 Subject: [PATCH] langgraph-checkpoint 2.0.21 --- 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 a019e55d5..8a0360e29 100644 --- a/libs/checkpoint/pyproject.toml +++ b/libs/checkpoint/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langgraph-checkpoint" -version = "2.0.20" +version = "2.0.21" description = "Library with base interfaces for LangGraph checkpoint savers." authors = [] license = "MIT"