From daee8d88bbe8ca38ff10f03d619047ac17b4d85f Mon Sep 17 00:00:00 2001 From: William Fu-Hinthorn <13333726+hinthornw@users.noreply.github.com> Date: Thu, 20 Mar 2025 07:24:15 -0700 Subject: [PATCH] Increase pg->checkpoint minbound --- libs/checkpoint-postgres/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/checkpoint-postgres/pyproject.toml b/libs/checkpoint-postgres/pyproject.toml index 7c727163a..3bf44d217 100644 --- a/libs/checkpoint-postgres/pyproject.toml +++ b/libs/checkpoint-postgres/pyproject.toml @@ -10,7 +10,7 @@ packages = [{ include = "langgraph" }] [tool.poetry.dependencies] python = "^3.9.0,<4.0" -langgraph-checkpoint = "^2.0.15" +langgraph-checkpoint = "^2.0.21" orjson = ">=3.10.1" psycopg = "^3.2.0" psycopg-pool = "^3.2.0"