-
fix: aiosqlite's breaking change (#6699)
发布于
2026-01-19 00:35:50 +00:00 aiosqlitechanged it's Connection type to no longer subclass
threading.Thread. This removed the is_alive method, which is called
proactively in setup().This PR handles this in a backwards compat way.
下载附件