Change8

0.8.13

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

Summary

uv 0.8.13 adds new CLI options, CUDA 12.9 support, an experimental formatter, and several bug fixes while updating Pyodide and restoring DockerHub publishing.

✨ New Features

  • Added `--no-install-*` arguments to `uv add`.
  • `uv init` now initializes a Git repository before reading the author.
  • Added CUDA 12.9 support to available torch backends.
  • Updated Pyodide to version 0.28.2.
  • Introduced experimental `uv format` command.
  • Allowed version specifiers in `extra-build-dependencies` when `match-runtime = false`.

🐛 Bug Fixes

  • Added `triton` to the `torch-backend` manifest.
  • Fixed panic when resolver returns stale distributions.
  • Corrected wheel hash generation in `uv_build`.
  • `--upgrade-package` on the CLI now overrides `upgrade = false` in configuration.
  • Restored DockerHub publishing.

🔧 Affected Symbols

uv adduv inittorch.backendsPyodideuv formatextra-build-dependenciesuv_buildupgrade-package flagDockerHub publishing