Skip to content
TILens What matters today in tech v0.0.5
Theme

Topic · Edition

Django

4 items on 13 Aug 2026
Python AI Django

sqlite-utils 4.2.1

Release: sqlite-utils 4.2.1 Fixes a crashing bug in sqlite-utils 4.2. I'd introduced code that looks like this: from typing_extensions import Self It turned out the typing-extensions package was not listed as a…

Source: Simon Willison's Weblog
Python AI Django

sqlite-utils 4.2

Release: sqlite-utils 4.2 Lots of improvements in this one relating to the table.transform() feature, which adds support for complex alter table operations by creating a fresh table, copying across the data and then…

Source: Simon Willison's Weblog
Python AI Django

llm-gemini 0.33

Release: llm-gemini 0.33 It's been a while since the last llm-gemini release. This version of the plugin adds support for today's Gemini 3.7 Flash release, plus gemini-3.6-flash, gemini-3.5-flash-lite and two embedding…

Source: Simon Willison's Weblog
Python AI Django

alchemy-utils 0.1a1

Release: alchemy-utils 0.1a1 Performance boost for DuckDB exports and CSV imports, see here.

Source: Simon Willison's Weblog