You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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)