[PR #1277] [MERGED] checkpoint: update docstrings for checkpoint libraries #1989

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

📋 Pull Request Information

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

Base: mainHead: vb/update-postgres-docstrings


📝 Commits (3)

  • 641cc00 checkpoint: update docstrings for checkpoint libraries
  • d7d2248 Merge branch 'main' into vb/update-postgres-docstrings
  • b8c05a3 minor

📊 Changes

6 files changed (+176 additions, -20 deletions)

View changed files

📝 libs/checkpoint-postgres/README.md (+5 -0)
📝 libs/checkpoint-postgres/langgraph/checkpoint/postgres/__init__.py (+103 -3)
📝 libs/checkpoint-postgres/langgraph/checkpoint/postgres/aio.py (+53 -3)
📝 libs/checkpoint-sqlite/langgraph/checkpoint/sqlite/__init__.py (+8 -7)
📝 libs/checkpoint-sqlite/langgraph/checkpoint/sqlite/aio.py (+5 -5)
📝 libs/checkpoint/langgraph/checkpoint/base/__init__.py (+2 -2)

📄 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/1277 **Author:** [@vbarda](https://github.com/vbarda) **Created:** 8/8/2024 **Status:** ✅ Merged **Merged:** 8/8/2024 **Merged by:** [@vbarda](https://github.com/vbarda) **Base:** `main` ← **Head:** `vb/update-postgres-docstrings` --- ### 📝 Commits (3) - [`641cc00`](https://github.com/langchain-ai/langgraph/commit/641cc00aaed17bb2363ded54b57fb89294ed965b) checkpoint: update docstrings for checkpoint libraries - [`d7d2248`](https://github.com/langchain-ai/langgraph/commit/d7d22488b75eb44ad587053351b00dfa15744747) Merge branch 'main' into vb/update-postgres-docstrings - [`b8c05a3`](https://github.com/langchain-ai/langgraph/commit/b8c05a3814c16160e2515a88a31a9803565c108f) minor ### 📊 Changes **6 files changed** (+176 additions, -20 deletions) <details> <summary>View changed files</summary> 📝 `libs/checkpoint-postgres/README.md` (+5 -0) 📝 `libs/checkpoint-postgres/langgraph/checkpoint/postgres/__init__.py` (+103 -3) 📝 `libs/checkpoint-postgres/langgraph/checkpoint/postgres/aio.py` (+53 -3) 📝 `libs/checkpoint-sqlite/langgraph/checkpoint/sqlite/__init__.py` (+8 -7) 📝 `libs/checkpoint-sqlite/langgraph/checkpoint/sqlite/aio.py` (+5 -5) 📝 `libs/checkpoint/langgraph/checkpoint/base/__init__.py` (+2 -2) </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:01 -05:00
yindo closed this issue 2026-02-20 17:46:01 -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#1989