0.6.2
📦 uvView on GitHub →
✨ 3 features🐛 5 fixes
Summary
uv 0.6.2 adds build‑dependency constraints, sorts dependency group keys, improves index URL handling with an Arc, and includes several bug fixes and documentation updates.
✨ New Features
- Add support for constraining build dependencies with `tool.uv.build-constraint-dependencies`.
- Sort dependency group keys when adding a new group.
- Use an `Arc` for index URLs to improve performance.
🐛 Bug Fixes
- Allow use of x86-64 Python on ARM Windows.
- Fix an issue where conflict markers could instigate a very large lock file.
- Fix duplicate packages with multiple conflicting extras declared.
- Respect color settings for log messages.
- Eagerly reject unsupported Git schemes.