From 7fcb4330ec7167b9738212deac316520016691ea Mon Sep 17 00:00:00 2001 From: "open-swe-dev[bot]" Date: Tue, 15 Jul 2025 23:39:24 +0000 Subject: [PATCH] Apply patch --- .../langgraph/checkpoint/postgres/__init__.py | 1 - libs/checkpoint-postgres/langgraph/checkpoint/postgres/aio.py | 1 - .../checkpoint-postgres/langgraph/checkpoint/postgres/shallow.py | 1 - 3 files changed, 3 deletions(-) diff --git a/libs/checkpoint-postgres/langgraph/checkpoint/postgres/__init__.py b/libs/checkpoint-postgres/langgraph/checkpoint/postgres/__init__.py index 18cc36319..07dd274cc 100644 --- a/libs/checkpoint-postgres/langgraph/checkpoint/postgres/__init__.py +++ b/libs/checkpoint-postgres/langgraph/checkpoint/postgres/__init__.py @@ -458,4 +458,3 @@ class PostgresSaver(BasePostgresSaver): __all__ = ["PostgresSaver", "BasePostgresSaver", "ShallowPostgresSaver", "Conn"] - diff --git a/libs/checkpoint-postgres/langgraph/checkpoint/postgres/aio.py b/libs/checkpoint-postgres/langgraph/checkpoint/postgres/aio.py index be20c6883..86e526d6e 100644 --- a/libs/checkpoint-postgres/langgraph/checkpoint/postgres/aio.py +++ b/libs/checkpoint-postgres/langgraph/checkpoint/postgres/aio.py @@ -561,4 +561,3 @@ class AsyncPostgresSaver(BasePostgresSaver): __all__ = ["AsyncPostgresSaver", "AsyncShallowPostgresSaver", "Conn"] - diff --git a/libs/checkpoint-postgres/langgraph/checkpoint/postgres/shallow.py b/libs/checkpoint-postgres/langgraph/checkpoint/postgres/shallow.py index a6d943c57..722720224 100644 --- a/libs/checkpoint-postgres/langgraph/checkpoint/postgres/shallow.py +++ b/libs/checkpoint-postgres/langgraph/checkpoint/postgres/shallow.py @@ -957,4 +957,3 @@ class AsyncShallowPostgresSaver(BasePostgresSaver): return asyncio.run_coroutine_threadsafe( self.aput_writes(config, writes, task_id, task_path), self.loop ).result() -