Skip to content

checkpointsqlite==2.0.0

Choose a tag to compare

@github-actions github-actions released this 01 Oct 19:36
4a45f6c

langgraph-checkpoint-sqlite 2.0.0

Summary of Changes

  • Improved documentation links for async functionality by updating references to AsyncSqliteSaver with fully qualified paths (PR #1884)

Detailed Changes

langgraph.checkpoint.sqlite.SqliteSaver

  • Enhanced documentation by updating references to AsyncSqliteSaver with fully qualified import paths (langgraph.checkpoint.sqlite.aio.AsyncSqliteSaver instead of asyncsqlitesaver) in class docstring and in the documentation for async methods (aget_tuple, alist, and aput), making it easier for users to find and use the async version (PR #1884)