astral-sh/uv: 0.12.0
Release Notes Released on 2026-07-28. Since we released uv 0.11.0 in March, we've accumulated changes that improve correctness, safety, and compatibility with specifications, but could break some workflows. This release…
Topic · Edition
Release Notes Released on 2026-07-28. Since we released uv 0.11.0 in March, we've accumulated changes that improve correctness, safety, and compatibility with specifications, but could break some workflows. This release…
Fixes 🐛 Fix status_code being ignored for SSE and JSONL streaming endpoints. PR #15937 by @SAURABHSALVE. Docs 📝 Fix format_sse_event docstring rendering of \n\n terminator. PR #15613 by @AshNicolus. 📝 Add API reference…
Fixes 🐛 Fix line splitting in format_sse_event to comply with SSE spec. PR #15515 by @Zawwarsami16.
Fixes 🐛 Fix response_model_* params ignored for non-generator endpoints with Iterable[..] return type. PR #15093 by @YuriiMotov.
Fixes 🐛 Fix handling sequences with nested Annotated types. PR #14874 by @YuriiMotov. Internal 🐛 Accept any base test failure as regression. PR #16092 by @tiangolo. 🐛 Preserve pytest exit code in regression check. PR…
Fixes 🐛 Fix exclude_defaults not propagated to dict keys and values in jsonable_encoder. PR #16043 by @MBGrao. Internal ⬆ Bump gitpython from 3.1.50 to 3.1.54. PR #16047 by @dependabot[bot]. ⬆ Bump pymdown-extensions…
Release Notes Released on 2026-07-28. Enhancements Abort panics in release builds for smaller uv binaries (#20271) Use .tar.gz archives for Pyodide installs (#20667) Preview features Avoid checking any scripts in uv…
Fixes 🐛 Fix stream item type lost when using include_router(). PR #15077 by @alex-raw.
#745 – JULY 28, 2026 View in Browser » Planned Updates to the PyPI User Interface Over the next few months a new user interface will be rolled out for the Python packaging website, PyPI. The rollout will be done in…
Learn how Python's dunder all variable controls wildcard imports and shapes the public API your packages and modules expose.