[PR #1074] [MERGED] [Docs] Checkpointer docstrings #1872

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraph/pull/1074
Author: @hinthornw
Created: 7/19/2024
Status: Merged
Merged: 7/19/2024
Merged by: @hinthornw

Base: mainHead: wfh/docstrings3


📝 Commits (2)

📊 Changes

5 files changed (+99 additions, -29 deletions)

View changed files

📝 docs/docs/reference/checkpoints.md (+0 -4)
📝 libs/langgraph/langgraph/checkpoint/aiosqlite.py (+32 -17)
📝 libs/langgraph/langgraph/checkpoint/base.py (+18 -3)
📝 libs/langgraph/langgraph/checkpoint/memory.py (+28 -5)
📝 libs/langgraph/langgraph/checkpoint/sqlite.py (+21 -0)

📄 Description

Resolve: https://github.com/langchain-ai/langgraph/issues/1068


🔄 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/1074 **Author:** [@hinthornw](https://github.com/hinthornw) **Created:** 7/19/2024 **Status:** ✅ Merged **Merged:** 7/19/2024 **Merged by:** [@hinthornw](https://github.com/hinthornw) **Base:** `main` ← **Head:** `wfh/docstrings3` --- ### 📝 Commits (2) - [`ccd22ac`](https://github.com/langchain-ai/langgraph/commit/ccd22ac0e8d49474831f42cb525bca4751932d28) Update checkpoint docstrings - [`3a9547e`](https://github.com/langchain-ai/langgraph/commit/3a9547ecfc6a146f4cf76d1679b33a93f2666f23) formatting ### 📊 Changes **5 files changed** (+99 additions, -29 deletions) <details> <summary>View changed files</summary> 📝 `docs/docs/reference/checkpoints.md` (+0 -4) 📝 `libs/langgraph/langgraph/checkpoint/aiosqlite.py` (+32 -17) 📝 `libs/langgraph/langgraph/checkpoint/base.py` (+18 -3) 📝 `libs/langgraph/langgraph/checkpoint/memory.py` (+28 -5) 📝 `libs/langgraph/langgraph/checkpoint/sqlite.py` (+21 -0) </details> ### 📄 Description Resolve: https://github.com/langchain-ai/langgraph/issues/1068 --- <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:45:44 -05:00
yindo closed this issue 2026-02-20 17:45:44 -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#1872