Change8

0.10.9

📦 uvView on GitHub →
7 features🐛 7 fixes

Summary

This release (0.10.9) focuses on stability, performance improvements like optimizing TOML parsing and using a global workspace cache, and expanding platform/dependency support, including Python 3.13+ on Android and various PyTorch ecosystem packages.

✨ New Features

  • Added `fbgemm-gpu`, `fbgemm-gpu-genai`, `torchrec`, and `torchtune` to the PyTorch list.
  • Added `torchcodec` to the PyTorch List.
  • Logging the duration taken before erroring.
  • Warning issued when using `uv_build` settings without `uv_build` being present.
  • Added fallback to `/usr/lib/os-release` on Linux system lookup failure.
  • Using `cargo auditable` to include SBOM in uv builds.
  • Added an environment variable `UV_VENV_RELOCATABLE` for configuration.

🐛 Bug Fixes

  • Continue execution on trampoline job assignment failures.
  • Handle the hard link limit gracefully instead of failing.
  • Respect build constraints for workspace members.
  • Revalidate editables and other dependencies in scripts.
  • Support for Python 3.13+ on Android.
  • Support for `cp3-none-any` wheels.
  • Skip tool environments with broken links to Python on Windows.