Release Notes
Enhancements
- Add
--show-extras
touv tool list
(#13783) - Add dynamically generated sysconfig replacement mappings (#13441)
- Add data locations to install wheel logs (#13797)
Bug fixes
- Avoid redaction of placeholder
git
username when using SSH authentication (#13799) - Propagate credentials to files on devpi indexes ending in
/+simple
(#13743) - Restore retention of credentials for direct URLs in
uv export
(#13809)
Install uv 0.7.10
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/astral-sh/uv/releases/download/0.7.10/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.10/uv-installer.ps1 | iex"