Ruff v0.16.0
Ruff v0.16.0 now enables 413 rules by default, up from 59 in previous versions, according to an announcement from Brent Westbrook. The update, which expands the total rule count from 708 to 968, catch…
Ruff v0.16.0 now enables 413 rules by default, up from 59 in previous versions, according to an announcement from Brent Westbrook. The update, which expands the total rule count from 708 to 968, catch…
Sqlite-migrate 0.2 retires the library and implements a compatibility shim against the new sqlite-utils 4.0 dependency, released on 7th July 2026.…
Simon Willison released sqlite-utils 4.0, a Python library for manipulating SQLite databases, now featuring built-in schema migration support. The release follows a release candidate that was largely …
Sqlite-utils 4.0rc4 was released on July 7, 2026, as the final release candidate before the stable 4.0 version. The release implements feedback from a detailed review by Claude Fable 5.…
Simon Willison released sqlite-utils 4.0rc3, a release candidate for the 4.0 stable version, which introduces support for compound foreign keys and case-insensitive column name matching. The release w…
Sqlite-utils 4.0rc2 is now available, with most of its code written by AI assistant Claude Fable for about $149.25. The release fixes critical bugs found during a final review, including a data loss i…
Sqlite-utils 4.0rc2 was released on July 5, 2026, with most of the code written by Claude Fable for approximately $149.25. The release was announced by Simon Willison, who also offered a curated email…
Simon Willison used Claude Fable to prepare a release of sqlite-utils, finding bugs and improving documentation, but the key insight was the ordinary scaffolding—transcripts, changelogs, cost accounti…
Simon Willison created a GitHub repository that uses AI-generated scripts and GitHub Actions to build a 66MB SQLite database from Mozilla's browser compatibility data, hosted with open CORS headers fo…
Sqlite-utils 4.0rc1 has been released, introducing migrations and nested transactions to the SQLite database utility tool. The release candidate adds new features for managing database schema changes …