From 8f649abd0a0beae0727959b115e2f8efd181c6de Mon Sep 17 00:00:00 2001 From: William FH <13333726+hinthornw@users.noreply.github.com> Date: Mon, 25 Nov 2024 17:44:45 -0800 Subject: [PATCH] Release PG Checkpointer (#2536) --- libs/checkpoint-postgres/pyproject.toml | 2 +- libs/checkpoint/pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/checkpoint-postgres/pyproject.toml b/libs/checkpoint-postgres/pyproject.toml index 90a68eabf..b879a3a6e 100644 --- a/libs/checkpoint-postgres/pyproject.toml +++ b/libs/checkpoint-postgres/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langgraph-checkpoint-postgres" -version = "2.0.3" +version = "2.0.4" description = "Library with a Postgres implementation of LangGraph checkpoint saver." authors = [] license = "MIT" diff --git a/libs/checkpoint/pyproject.toml b/libs/checkpoint/pyproject.toml index deb7de5c4..278594fcb 100644 --- a/libs/checkpoint/pyproject.toml +++ b/libs/checkpoint/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langgraph-checkpoint" -version = "2.0.5" +version = "2.0.6" description = "Library with base interfaces for LangGraph checkpoint savers." authors = [] license = "MIT"