Release Notes
Enhancements
- Allow users to mark platforms as "required" for wheel coverage (#10067)
- Warn for builds in non-build and workspace root pyproject.toml (#11394)
Bug fixes
- Add
--all
to uvx --reinstall
message (#11535)
- Fallback to
GET
on HTTP 400 when attempting to use range requests for wheel download (#11539)
- Prefer local variants in preference selection (#11546)
- Respect verbatim executable name in
uvx
(#11524)
Documentation
- Add documentation for required environments (#11542)
- Note that
main.py
used to be hello.py
(#11519)
Install uv 0.6.1
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/astral-sh/uv/releases/download/0.6.1/uv-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/astral-sh/uv/releases/download/0.6.1/uv-installer.ps1 | iex"
Download uv 0.6.1