Release Notes
Enhancements
- Sort errors during display in
uv python install
(#8684)
- Update resolver to use disjointness checks instead of marker equality (#8661)
- Add
riscv64
to supported Python platform tags (#8660)
Bug fixes
- Fix hard and soft float libc detection for managed Python distributions on ARM (#8498)
- Handle cycles in
uv pip tree
(#8689)
- Respect dependency group markers in
uv export
(#8659)
- Support transitive dependencies in Git workspaces (#8665)
- Use portable paths for subdirectories in lock URLs (#8707)
- Update
uv init --virtual
to imply --no-package
(#8595)
Preview
- Install versioned Python executables into the bin directory during
uv python install
(Unix only) (#8458)
Documentation
- Clarify relationship between specifiers and
requires-python
range (#8688)
- Fix broken link in docs (#8552)
- Fix outdated documentation on
Requires-Python
(#8679)
- Add Google Artifact Registry index authentication guide (#8579)
Install uv 0.4.29
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/astral-sh/uv/releases/download/0.4.29/uv-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -ExecutionPolicy ByPass -c "irm https://github.com/astral-sh/uv/releases/download/0.4.29/uv-installer.ps1 | iex"
Download uv 0.4.29