0.11.7
📦 uvView on GitHub →
✨ 2 features🐛 7 fixes🔧 3 symbols
Summary
This release upgrades the underlying CPython build and includes several bug fixes related to dependency installation, TLS handling, and version specifier comparisons. Preview features for `uv audit` have also seen fixes.
✨ New Features
- Elevated configuration errors to report required-version mismatches.
- Improved TLS certificate validation messages.
🐛 Bug Fixes
- De-quoted workspace metadata in linehaul data.
- Avoided installing tool workspace member dependencies as editable.
- Emit JSON report for failures when running `uv sync --check`.
- Filtered and warned on invalid TLS certificates.
- Fixed equality comparisons for version specifiers using the `~=` operator.
- Fixed stale Python upgrade preview feature check during project environment construction.
- Improved Windows path normalization.