Change8

0.7.2

📦 uv
3 features🐛 3 fixes

Summary

uv 0.7.2 adds enhancements like improved trace logs for retryable errors and stricter error handling for version commands, and fixes bugs related to virtual environment invalidation, clang patching, and project flag handling.

✨ New Features

  • Improve trace log for retryable errors.
  • Use "error" instead of "warning" for self-update message.
  • Error when `uv version` is used with project-specific flags but no project is found.

🐛 Bug Fixes

  • Fix incorrect virtual environment invalidation for pre-release Python versions.
  • Fix patching of `clang` in managed Python sysconfig.
  • Respect `--project` in `uv version`.