Change8

0.11.12

📦 uvView on GitHub →
2 features🐛 2 fixes

Summary

This release introduces support for CPython 3.15.0b1 and adds the --no-editable flag to uv pip install. It also enforces percent-encoding for git refs in URLs.

✨ New Features

  • Added support for the --no-editable flag in uv pip install.
  • Require git refs in URLs to be percent-encoded.

🐛 Bug Fixes

  • The --no-dev flag now correctly overrides the UV_DEV=1 environment variable.
  • Removed suggestion for the non-existent --no-frozen flag.