Release Notes
Enhancements
- Add a universal resolution mode to
uv pip compile with --universal (#4505)
- Add support for
--no-strip-markers in uv pip compile output (#4503)
- Add
--no-dedupe support to uv pip tree (#4449)
Bug fixes
- Enable more precise environment locking with
--prefix (#4506)
- Allow local index references in
requirements.txt files (#4525)
- Allow non-
file:// paths to serve as --index-url values (#4524)
- Make
.egg-info filename parsing spec compliant (#4533)
- Gracefully handle non-existent packages in local indexes (#4545)
- Read content length from response rather than request (#4488)
- Read persistent configuration from non-workspace
pyproject.toml (#4526)
- Avoid panic for invalid, non-base index URLs (#4527)
Performance
- Skip submodule update for fresh clones (#4482)
- Use shared client in Git fetch implementation (#4487)
Install uv 0.2.16
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/astral-sh/uv/releases/download/0.2.16/uv-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -c "irm https://github.com/astral-sh/uv/releases/download/0.2.16/uv-installer.ps1 | iex"
Download uv 0.2.16