`aiosqlite` released a new version [0.22.0](https://github.com/omnilib/aiosqlite/releases/tag/v0.22.0) which comes with [breaking-changes](https://github.com/omnilib/aiosqlite/commit/1cd60adcab12347577150a6fa6c7d92b7b86d989#diff-3716bdfa73f4bf05a8cbf62e271bc61298991ae6a7a6cab1d293a23342b86a4cL47-R48) The class `Connection` no longer inherits from `Thread`, so `AsyncSqliteSaver` [will fail with](https://github.com/langchain-ai/langgraph/blob/main/libs/checkpoint-sqlite/langgraph/checkpoint/sqlite/aio.py#L284C1-L285C32): ``` AttributeError: 'Connection' object has no attribute 'is_alive' ``` LangGraph issue reference: https://github.com/langchain-ai/langgraph/issues/6583 aiosqlite issue reference: https://github.com/omnilib/aiosqlite/issues/368