Release Notes
Python
- Restore the SQLite
fts4
,fts5
,rtree
, andgeopoly
extensions on macOS and Linux
See the
python-build-standalone
release notes
for more details.
Enhancements
- Add
--python-platform
touv sync
(#14320) - Support pre-releases in
uv version --bump
(#13578) - Add
-w
shorthand for--with
(#14530) - Add an exception handler on Windows to display information on crash (#14582)
- Add hint when Python downloads are disabled (#14522)
- Add
UV_HTTP_RETRIES
to customize retry counts (#14544)
Preview features
- Add
uv sync --output-format json
(#13689)
Bug fixes
- Do not re-resolve with a new Python version in
uv tool
if it is incompatible with--python
(#14606) - Fix handling of globs in
cache-key
: follow symlinks (#13438) and..
and improve performance (#13469)
Documentation
- Document how to nest dependency groups with
include-group
(#14539) - Fix repeated word in Pyodide doc (#14554)
- Update CONTRIBUTING.md with instructions to format markdown files (#14246)
- Fix version number for
setup-python
(#14533)
Install uv 0.7.21
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/astral-sh/uv/releases/download/0.7.21/uv-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/astral-sh/uv/releases/download/0.7.21/uv-installer.ps1 | iex"