From 186dfd3976b347d45c77c2458efb5a7ef98a6b1d Mon Sep 17 00:00:00 2001 From: Vadym Barda Date: Tue, 6 Aug 2024 22:53:29 -0400 Subject: [PATCH] checkpoint-postgres: release 1.0.0 (#1245) --- libs/checkpoint-postgres/poetry.lock | 4 ++-- libs/checkpoint-postgres/pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/libs/checkpoint-postgres/poetry.lock b/libs/checkpoint-postgres/poetry.lock index 1fdadae94..813bdf9b0 100644 --- a/libs/checkpoint-postgres/poetry.lock +++ b/libs/checkpoint-postgres/poetry.lock @@ -266,7 +266,7 @@ tenacity = ">=8.1.0,<8.4.0 || >8.4.0,<9.0.0" [[package]] name = "langgraph-checkpoint" -version = "1.0.0" +version = "1.0.1" description = "Library with base interfaces for LangGraph checkpoint savers." optional = false python-versions = "^3.9.0,<4.0" @@ -969,4 +969,4 @@ watchmedo = ["PyYAML (>=3.10)"] [metadata] lock-version = "2.0" python-versions = "^3.9.0,<4.0" -content-hash = "04713a2ad45fca2c1fc794723911f5c3e381832cc71ffea77b75cfcb2045f113" +content-hash = "422b6d716b86db072ea3a612287ad20ff5700c18f22d9e9d59cc4e198514519d" diff --git a/libs/checkpoint-postgres/pyproject.toml b/libs/checkpoint-postgres/pyproject.toml index 9df44a268..4046622bd 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 = "^1.0.0" +langgraph-checkpoint = "^1.0.1" orjson = ">=3.10.1" psycopg = {extras = ["binary"], version = ">=3.1.19"}