Change8

0.5.28

📦 uvView on GitHub →
🐛 6 fixes

Summary

uv 0.5.28 includes several bug fixes such as improved virtual‑environment discovery, overlay clearing, and tar handling, along with updated documentation.

🐛 Bug Fixes

  • Allow discovering virtual environments from the first interpreter found on the PATH (\#11218: https://github.com/astral-sh/uv/pull/11218)
  • Clear ephemeral overlays when running tools (\#11141: https://github.com/astral-sh/uv/pull/11141)
  • Disable SSL in Git commands for --allow-insecure-host (\#11210: https://github.com/astral-sh/uv/pull/11210)
  • Fix hardlinks in tar unpacking (\#11221: https://github.com/astral-sh/uv/pull/11221)
  • Set base executable when returning virtual environment (\#11209: https://github.com/astral-sh/uv/pull/11209)
  • Use base Python for cached environments (\#11208: https://github.com/astral-sh/uv/pull/11208)