0.6.8
📦 uvView on GitHub →
✨ 3 features🐛 3 fixes🔧 1 symbols
Summary
uv 0.6.8 introduces default group enabling, new managed‑python flags, a cache‑allocation optimization, and several bug fixes.
✨ New Features
- Add support for enabling all groups by default with `default-groups = "all"` (PR #12289).
- Add simpler `--managed-python` and `--no-managed-python` flags for toggling Python preferences (PR #12246).
- Avoid allocations for default cache keys, improving performance (PR #12063).
🐛 Bug Fixes
- Allow local version mismatches when validating lockfile (PR #12285).
- Allow owned string when deserializing `requires-python` (PR #12278).
- Make cache errors non-fatal in `Planner::build` (PR #12281).
🔧 Affected Symbols
Planner::build