0.9.4
📦 uv
✨ 3 features🐛 1 fixes🔧 1 symbols
Summary
uv 0.9.4 adds CUDA 13.0 support, Intel GPU auto‑detection on Windows, and RFC 9457 error context display, while fixing token obfuscation in `uv auth token`. Upgrade via the new installer script or prebuilt binaries.
Migration Steps
- Run the installer script: `curl --proto '=https' --tlsv1.2 -LsSf https://github.com/astral-sh/uv/releases/download/0.9.4/uv-installer.sh | sh`.
- On Windows, run the PowerShell installer: `powershell -ExecutionPolicy Bypass -c "irm https://github.com/astral-sh/uv/releases/download/0.9.4/uv-installer.ps1 | iex"`.
- Or download the appropriate prebuilt binary for your platform from the 0.9.4 release assets.
✨ New Features
- CUDA 13.0 support added.
- Automatic detection of Intel GPUs on Windows added.
- RFC 9457 HTTP error contexts are now displayed.
🐛 Bug Fixes
- Fixed obfuscation of pyx tokens in `uv auth token` output.
🔧 Affected Symbols
uv.auth token