Release Notes
Enhancements
- Always strip in release mode (#5745)
- Assume
git+ prefix when URLs end in .git (#5868)
- Support build constraints (#5639)
CLI
- Create help sections for build, install, resolve, and index (#5693)
- Improve CLI documentation for global options (#5834)
- Improve
--python CLI documentation (#5869)
- Improve display order of top-level commands (#5830)
Bug fixes
- Allow downloading wheels for metadata with
--no-binary (#5707)
- Reject
pyproject.toml in --config-file (#5842)
- Remove double-proxy nodes in error reporting (#5738)
- Respect pre-release preferences from input files (#5736)
- Support overlapping local and non-local requirements in forks (#5812)
Install uv 0.2.34
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/astral-sh/uv/releases/download/0.2.34/uv-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -c "irm https://github.com/astral-sh/uv/releases/download/0.2.34/uv-installer.ps1 | iex"
Download uv 0.2.34