Change8

0.7.11

📦 uvView on GitHub →
8 features🐛 2 fixes

Summary

uv 0.7.11 adds Pyodide support, improves error messages, updates supported Python versions, and includes bug fixes for IPv6 connection resets and version checking.

✨ New Features

  • Add Pyodide support
  • Better error message for version specifier with missing operator
  • Add support for Python 3.14.0b1
  • Add support for Python 3.13.4
  • Add support for Python 3.12.11
  • Add support for Python 3.11.13
  • Add support for Python 3.10.18
  • Add support for Python 3.9.23

🐛 Bug Fixes

  • Downgrade `reqwest` and `hyper-util` to resolve connection reset errors over IPv6
  • Prefer `uv`'s binary's version when checking if it's up to date