Skip to content

Commit

Permalink
add async
Browse files Browse the repository at this point in the history
  • Loading branch information
vbarda committed Dec 19, 2024
1 parent c4f4658 commit 8db2fc6
Show file tree
Hide file tree
Showing 12 changed files with 1,741 additions and 537 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
)
from langgraph.checkpoint.postgres import _ainternal
from langgraph.checkpoint.postgres.base import BasePostgresSaver
from langgraph.checkpoint.postgres.shallow import AsyncShallowPostgresSaver
from langgraph.checkpoint.serde.base import SerializerProtocol

Conn = _ainternal.Conn # For backward compatibility
Expand Down Expand Up @@ -464,4 +465,4 @@ def put_writes(
).result()


__all__ = ["AsyncPostgresSaver", "Conn"]
__all__ = ["AsyncPostgresSaver", "AsyncShallowPostgresSaver", "Conn"]
Loading

0 comments on commit 8db2fc6

Please sign in to comment.