Release Notes
Python
- Work around third-party packages that (incorrectly) assume the interpreter is dynamically linking libpython
- Allow the experimental JIT to be enabled at runtime on Python 3.13 and 3.14 on macOS on aarch64 aka Apple Silicon
See the python-build-standalone
release notes for more details.
Bug fixes
- Make
uv version
lock and sync (#13317) - Fix references to
ldd
in diagnostics to correctly refer told.so
(#13552)
Documentation
- Clarify adding SSH Git dependencies (#13534)
Install uv 0.7.7
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/astral-sh/uv/releases/download/0.7.7/uv-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/astral-sh/uv/releases/download/0.7.7/uv-installer.ps1 | iex"