[PR #5934] fix(checkpoint-postgres): export PoolConfig from package __init__.py #4729

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

Original Pull Request: https://github.com/langchain-ai/langgraph/pull/5934

State: closed
Merged: Yes


Description

Export PoolConfig from langgraph.store.postgres.init so the documented import from langgraph.store.postgres import AsyncPostgresStore, PoolConfig works as shown in the AsyncPostgresStore examples. This resolves a docs vs. code inconsistency without changing behavior.

Issue

N/A

Dependencies:

None

**Original Pull Request:** https://github.com/langchain-ai/langgraph/pull/5934 **State:** closed **Merged:** Yes --- ### Description Export PoolConfig from langgraph.store.postgres.__init__ so the documented import from langgraph.store.postgres import AsyncPostgresStore, PoolConfig works as shown in the AsyncPostgresStore examples. This resolves a docs vs. code inconsistency without changing behavior. ### Issue N/A ### Dependencies: None
yindo added the pull-request label 2026-02-20 17:50:39 -05:00
yindo closed this issue 2026-02-20 17:50:39 -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#4729