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…
Daily edition · Frameworks
TILens turns technical updates into a focused daily brief: official releases, trusted reporting, and practitioner analysis, deduplicated and organized by topic.
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…
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…
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…
Changed Update zttp to 0.0.24 and use its combined receive path, improving HTTP/1.1 request parsing performance (#3067) Full Changelog: 0.52.2...0.52.3
Fixed Update zttp to 0.0.22, fixing bodyless request receives and improving HTTP/1 request parsing performance (#3063) Full Changelog: 0.52.1...0.52.2
Release: alchemy-utils 0.1a1 Performance boost for DuckDB exports and CSV imports, see here.