[PR #91] [MERGED] Add AsyncSqliteSaver #1235

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraph/pull/91
Author: @nfcampos
Created: 2/7/2024
Status: Merged
Merged: 2/7/2024
Merged by: @nfcampos

Base: mainHead: nc/7feb/aiosqlite


📝 Commits (7)

📊 Changes

7 files changed (+169 additions, -10 deletions)

View changed files

📝 Makefile (+1 -1)
langgraph/checkpoint/aiosqlite.py (+85 -0)
📝 langgraph/checkpoint/sqlite.py (+6 -0)
📝 langgraph/pregel/__init__.py (+6 -8)
📝 poetry.lock (+16 -1)
📝 pyproject.toml (+1 -0)
📝 tests/test_pregel_async.py (+54 -0)

📄 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/91 **Author:** [@nfcampos](https://github.com/nfcampos) **Created:** 2/7/2024 **Status:** ✅ Merged **Merged:** 2/7/2024 **Merged by:** [@nfcampos](https://github.com/nfcampos) **Base:** `main` ← **Head:** `nc/7feb/aiosqlite` --- ### 📝 Commits (7) - [`f2ad930`](https://github.com/langchain-ai/langgraph/commit/f2ad930cd4cf383ccaefd18d497aa2e0f459e5bd) Add AsyncSqliteSaver - [`b0f0d6f`](https://github.com/langchain-ai/langgraph/commit/b0f0d6f3f7465dafc8da98be5c9bd86d8dd1fd21) Fix errors being swallowed - [`736649d`](https://github.com/langchain-ai/langgraph/commit/736649df66c472eb0dc15182bf5c8f195abe0e7c) Run failed tests first - [`387eb0c`](https://github.com/langchain-ai/langgraph/commit/387eb0cedd9f4ed8471acffc108637546f9ed8fe) Lint - [`eafb70b`](https://github.com/langchain-ai/langgraph/commit/eafb70b9abee263b99de3698910adbe05da79772) Move aiosqlite to test deps - [`f2c2f88`](https://github.com/langchain-ai/langgraph/commit/f2c2f88413d43d00871f4e727db40ca0277ff1f0) Lock - [`c4f87cd`](https://github.com/langchain-ai/langgraph/commit/c4f87cdccd50d998d6dc3fbb981a902bfd73f384) Close the connection ### 📊 Changes **7 files changed** (+169 additions, -10 deletions) <details> <summary>View changed files</summary> 📝 `Makefile` (+1 -1) ➕ `langgraph/checkpoint/aiosqlite.py` (+85 -0) 📝 `langgraph/checkpoint/sqlite.py` (+6 -0) 📝 `langgraph/pregel/__init__.py` (+6 -8) 📝 `poetry.lock` (+16 -1) 📝 `pyproject.toml` (+1 -0) 📝 `tests/test_pregel_async.py` (+54 -0) </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:44:14 -05:00
yindo closed this issue 2026-02-20 17:44:14 -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#1235