Release Notes
Enhancements
- Add
uv sync --check
flag (#12342) - Add support for Python version requests in
uv python list
(#12375) - Support
.env
files inuv tool run
(#12386) - Support
python find --script
(#11891)
Preview features
- Check all compatible torch indexes when
--torch-backend
is enabled (#12385)
Performance
Bug fixes
- Allow virtual packages with
--no-build
(#12314) - Ignore
--find-links
entries for pinned indexes (#12396) - Omit wheels from lockfile based on
--exclude-newer
(#12299) - Retain end-of-line comment position when adding dependency (#12360)
- Omit fragment when querying for wheels in Simple HTML API (#12384)
- Error on missing argument in
requirements.txt
(#12354) - Support modules with different casing in build backend (#12240)
- Add authentication policy support for
pip
commands (#12470)
uv 0.6.10
Install uv 0.6.10
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/astral-sh/uv/releases/download/0.6.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.6.10/uv-installer.ps1 | iex"
Download uv 0.6.10
uv-build 0.6.10
Install uv-build 0.6.10
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/astral-sh/uv/releases/download/0.6.10/uv-build-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/astral-sh/uv/releases/download/0.6.10/uv-build-installer.ps1 | iex"