[PR #1452] [MERGED] checkpoint-postgres: allow passing pool #2085

Closed
opened 2026-02-20 17:46:15 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraph/pull/1452
Author: @vbarda
Created: 8/23/2024
Status: Merged
Merged: 8/27/2024
Merged by: @nfcampos

Base: mainHead: vb/postgres-pass-pool


📝 Commits (9)

📊 Changes

11 files changed (+1145 additions, -425 deletions)

View changed files

📝 libs/checkpoint-postgres/README.md (+4 -0)
📝 libs/checkpoint-postgres/langgraph/checkpoint/postgres/__init__.py (+54 -37)
📝 libs/checkpoint-postgres/langgraph/checkpoint/postgres/aio.py (+59 -42)
📝 libs/checkpoint-postgres/poetry.lock (+2 -2)
📝 libs/checkpoint-postgres/pyproject.toml (+3 -2)
📝 libs/langgraph/poetry.lock (+19 -4)
📝 libs/langgraph/pyproject.toml (+1 -0)
📝 libs/langgraph/tests/__snapshots__/test_pregel.ambr (+889 -164)
📝 libs/langgraph/tests/conftest.py (+69 -0)
📝 libs/langgraph/tests/test_pregel.py (+27 -105)
📝 libs/langgraph/tests/test_pregel_async.py (+18 -69)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/langgraph/pull/1452 **Author:** [@vbarda](https://github.com/vbarda) **Created:** 8/23/2024 **Status:** ✅ Merged **Merged:** 8/27/2024 **Merged by:** [@nfcampos](https://github.com/nfcampos) **Base:** `main` ← **Head:** `vb/postgres-pass-pool` --- ### 📝 Commits (9) - [`07ad61e`](https://github.com/langchain-ai/langgraph/commit/07ad61e41b3aa7500d109b6837c8dd4bd1832b80) checkpoint-postgres: allow passing pool - [`e5b6e72`](https://github.com/langchain-ai/langgraph/commit/e5b6e725e10d3f8bff9a7c9b7ed9477e32df42a3) make psycopg_pool a non-dev dependency - [`4eb860d`](https://github.com/langchain-ai/langgraph/commit/4eb860d35a7531919bfd8a318ca54de24dfb023f) code review - [`8360fa9`](https://github.com/langchain-ai/langgraph/commit/8360fa9aa0429d23250639ded952286b06426359) lockfile - [`829b0e2`](https://github.com/langchain-ai/langgraph/commit/829b0e23b866bdfcc621d7646a52b23be5ff0bb3) Merge branch 'main' into vb/postgres-pass-pool - [`cfa7eb0`](https://github.com/langchain-ai/langgraph/commit/cfa7eb02d2cfa93a4f34f475f9e1de07fa9d0807) move methods - [`900bb3b`](https://github.com/langchain-ai/langgraph/commit/900bb3bc8488fa64d184dd5b7b48d198d9ed25ba) relax requirements, remove binary - [`1908bfa`](https://github.com/langchain-ai/langgraph/commit/1908bfa5cfd943c6f177cde959585c2b5d65f4dd) add binary to dev dependencies - [`264b62b`](https://github.com/langchain-ai/langgraph/commit/264b62b7ed87914dccd7e45d72885ea791412fde) update readme ### 📊 Changes **11 files changed** (+1145 additions, -425 deletions) <details> <summary>View changed files</summary> 📝 `libs/checkpoint-postgres/README.md` (+4 -0) 📝 `libs/checkpoint-postgres/langgraph/checkpoint/postgres/__init__.py` (+54 -37) 📝 `libs/checkpoint-postgres/langgraph/checkpoint/postgres/aio.py` (+59 -42) 📝 `libs/checkpoint-postgres/poetry.lock` (+2 -2) 📝 `libs/checkpoint-postgres/pyproject.toml` (+3 -2) 📝 `libs/langgraph/poetry.lock` (+19 -4) 📝 `libs/langgraph/pyproject.toml` (+1 -0) 📝 `libs/langgraph/tests/__snapshots__/test_pregel.ambr` (+889 -164) 📝 `libs/langgraph/tests/conftest.py` (+69 -0) 📝 `libs/langgraph/tests/test_pregel.py` (+27 -105) 📝 `libs/langgraph/tests/test_pregel_async.py` (+18 -69) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-20 17:46:15 -05:00
yindo closed this issue 2026-02-20 17:46:15 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langgraph#2085