Release Notes
CLI
- Allow
--python and --system on pip compile (#3115)
- Remove
Option<bool> for --no-cache (#3129)
- Rename
--compile to --compile-bytecode (#3102)
- Accept
0, 1, and similar values for Boolean environment variables (#3113)
Configuration
- Add
UV_REQUIRE_HASHES environment variable (#3125)
- Add negation flags to the CLI (#3050)
Bug fixes
- Avoid fetching unnecessary extra versions during resolution (#3100)
- Avoid deprioritizing recursive editables (#3133)
- Avoid treating localhost URLs as local file paths (#3132)
- Hide password in the index printed via
--emit-index-annotation (#3112)
- Restore seeding of authentication cache from index URLs (#3124)
Install uv 0.1.34
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/astral-sh/uv/releases/download/0.1.34/uv-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -c "irm https://github.com/astral-sh/uv/releases/download/0.1.34/uv-installer.ps1 | iex"
Download uv 0.1.34