[PR #3858] chore(docs): Improve documentation for AsyncSqliteSaver #3508

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

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

State: closed
Merged: Yes


Description:
Make AsyncSqliteSaver examples workable.

Issue:
For "Usage within StateGraph" example,
SyntaxError: 'async with' outside async function

For "Raw usage" example
KeyError: 'checkpoint_ns' and KeyError: 'id'

Dependencies:
N/A

**Original Pull Request:** https://github.com/langchain-ai/langgraph/pull/3858 **State:** closed **Merged:** Yes --- **Description:** Make AsyncSqliteSaver examples workable. **Issue:** For "Usage within StateGraph" example, SyntaxError: 'async with' outside async function For "Raw usage" example KeyError: 'checkpoint_ns' and KeyError: 'id' **Dependencies:** N/A
yindo added the pull-request label 2026-02-20 17:48:43 -05:00
yindo closed this issue 2026-02-20 17:48:43 -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#3508