Change8

0.11.3

📦 uvView on GitHub →
9 features🐛 6 fixes🔧 3 symbols

Summary

This release (0.11.3) introduces several enhancements, including progress bars for publishing, ROCm 7.2 support, and PEP 803 implementation. It also includes various bug fixes related to hashing, build targets, and dependency checking.

✨ New Features

  • Add progress bar for hashing phase in uv publish
  • Add support for ROCm 7.2
  • Emit abi3t tags for every abi3 version
  • Expand `uv workspace metadata` with dependency information from the lock
  • Implement support for PEP 803
  • Pretty-print platform in built wheel errors
  • Publish installers to /installers/uv/latest on the mirror
  • Show free-threaded Python in built-wheel errors
  • Add --ignore and --ignore-until-fixed to `uv audit` (preview feature)

🐛 Bug Fixes

  • Bump simple API cache
  • Don't drop `blake2b` hashes
  • Handle broken range request implementations
  • Remove `powerpc64-unknown-linux-gnu` from release build targets
  • Respect dependency metadata overrides in `uv pip check`
  • Support debug CPython ABI tags in environment compatibility

Affected Symbols