astral-sh/uv: 0.12.3
Release Notes Released on 2026-08-07. Python Add CPython 3.13.15 (#20997) Preview features Add --output-format to select automatic, human-readable, or raw-byte output for uv cache size (#20992) Preserve JSON output from…
Daily edition · Python
TILens turns technical updates into a focused daily brief: official releases, trusted reporting, and practitioner analysis, deduplicated and organized by topic.
Release Notes Released on 2026-08-07. Python Add CPython 3.13.15 (#20997) Preview features Add --output-format to select automatic, human-readable, or raw-byte output for uv cache size (#20992) Preserve JSON output from…
Release Notes Released on 2026-08-06. Bug fixes [flake8-pyi] Avoid false positives on singledispatch functions (PYI041) (#27335) Server Register formatting capabilities dynamically to exclude TOML files (#27332)…
How can you move from manually writing prompts for an LLM application toward defining them programmatically? This week on the show, Brett Kennedy returns to discuss his new book "Building LLM Applications with DSPy."
Test your understanding of type hints for multiple return types in Python. Practice unions, tuples, callables, generators, and type aliases.