0.6.12
📦 uvView on GitHub →
✨ 2 features🐛 4 fixes
Summary
uv 0.6.12 adds enhancements for reporting the queried executable path and clearer archive unpack error messages, and includes bug fixes for authentication handling, dependency name normalization, CRC-32 enforcement, and settings parsing.
✨ New Features
- Report the queried executable path in `uv python list`
- Improve archive unpack error messages
🐛 Bug Fixes
- Respect `authenticate` when using `explicit = true`
- Normalize extra and group names in `uv add` and `uv remove`
- Enforce CRC-32 checks when unpacking archives
- Fix parsing of `python-platform` in settings files