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
Refactored metadata handling in both synchronous and asynchronous SQLite savers to use the common get_checkpoint_metadata utility function (PR #3448)
Detailed Changes
langgraph.checkpoint.sqlite.SqliteSaver
Improved code maintainability by replacing inline metadata dictionary construction with the get_checkpoint_metadata utility function in the put method (PR #3448)
langgraph.checkpoint.sqlite.aio.AsyncSqliteSaver
Improved code maintainability by replacing inline metadata dictionary construction with the get_checkpoint_metadata utility function in the aput method (PR #3448)