Skip to content
TILens What matters today in tech
Theme

Topic · Edition

Python

9 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 GitHub

astral-sh/uv: 0.12.4

Release Notes Released on 2026-08-13. Enhancements Prefer post-quantum key exchange and enable opt-in TLS diagnostics (#21054) Accept whitespace before versions in noncompliant wildcard comparisons such as…

Source: uv Releases astral-automations-bot[bot]
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
FastAPI GitHub Python

encode/uvicorn: Version 0.52.3

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

Source: Uvicorn Releases Kludex
Python GitHub Rust

astral-sh/ruff: 0.16.3

Release Notes Released on 2026-08-13. Preview features [pylint] Fix false negatives on negative numbers (PLR6104) (#27251) [pyupgrade] Add rule to replace while 1 with while True (UP048) (#27190) Bug fixes…

Source: Ruff Releases github-actions[bot]
FastAPI GitHub Python

encode/uvicorn: Version 0.52.2

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

Source: Uvicorn Releases Kludex
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