0.9.26
📦 uvView on GitHub →
✨ 5 features🐛 1 fixes
Summary
This release introduces support for CPython 3.15.0a5 and adds several usability enhancements, including better error messaging and support for `--no-sources-package`. A critical bug fix addresses concurrent token refreshing.
✨ New Features
- Added support for CPython 3.15.0a5.
- Added a hint to update uv when a managed Python download is not found.
- Added support for the `--no-sources-package` flag.
- Preview feature: Added `METADATA.json` and `WHEEL.json` output in uv build backend.
- Preview feature: Added support for GCS request signing.
🐛 Bug Fixes
- Locked refresh mechanism to avoid concurrent refresh of pyx tokens.