Skip to content

checkpointsqlite==2.0.6

Choose a tag to compare

@github-actions github-actions released this 10 Mar 15:28
a9800aa

langgraph-checkpoint-sqlite 2.0.6

Summary of Changes

  • Fixed missing commit in AsyncSqliteSaver that could lead to data loss (#3762)
  • Updated dependency to support newer versions of aiosqlite (#3540)

Detailed Changes

langgraph.checkpoint.sqlite.aio.AsyncSqliteSaver

  • Added explicit await self.conn.commit() after executing queries in the aput_writes method to ensure data is properly committed to the database (#3762)