Change8

0.6.11

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

Summary

uv 0.6.11 introduces new export dependents, support for UV_PROJECT, flat index handling, and performance improvements, while fixing several script and dependency handling bugs.

✨ New Features

  • Add dependents ("via ..." comments) in uv export command
  • Bump least-recent non-EOL macOS version to 13.0
  • Support --find-links-style "flat" indexes in [[tool.uv.index]]
  • Distinguish between -q and -qq verbosity flags
  • Support UV_PROJECT environment variable to set project directory
  • Use a boxed slice for various requirement types to improve performance

🐛 Bug Fixes

  • Add a newline after metadata when initializing scripts with other metadata blocks
  • Avoid writing empty requires-python to script blocks
  • Respect build constraints in uv sync
  • Respect transitive dependencies in uv tree --only-group

🔧 Affected Symbols

uv exportuv syncuv treeUV_PROJECTtool.uv.index