Change8

0.7.7

📦 uvView on GitHub →
2 features🐛 2 fixes

Summary

uv 0.7.7 adds a libpython linking workaround and enables experimental JIT on newer macOS aarch64 Python versions, plus bug fixes for `uv version` locking and diagnostic paths.

✨ New Features

  • Added a workaround for third‑party packages that incorrectly assume the interpreter is dynamically linking libpython.
  • Enabled the experimental JIT to be turned on at runtime on Python\u00a03.13 and 3.14 on macOS aarch64 (Apple Silicon).

🐛 Bug Fixes

  • Implemented `uv version` lock and sync functionality.
  • Corrected diagnostics to reference `ld.so` instead of `ldd`.