0.9.27
📦 uvView on GitHub →
✨ 5 features🐛 2 fixes🔧 5 symbols
Summary
This release updates core dependencies like Pyodide and GraalPy, introduces new features such as `--exclude` for `uv pip freeze` and ROCm 7.x support, and improves error handling for ABI incompatibilities.
Migration Steps
- Update the Rust Minimum Supported Version (MSRV) to 1.91.
✨ New Features
- Added `-t` shortform for the `--target` flag to `uv pip` subcommands.
- Added support for ROCm 7.0 and 7.1 accelerator backends.
- Implemented `uv pip freeze --exclude` flag.
- Made `uv pip compile` attempt to download a specified `--python-version` if possible.
- Added support for Trusted Publishing with pyx.
🐛 Bug Fixes
- Fixed an infinite loop occurring when `SSL_CERT_FILE` pointed to a directory.
- Fixed JSON schema validation for `exclude-newer-package`.