Skip to content

v5.2.0 🌈 Detect required-version from config file

Compare
Choose a tag to compare
@github-actions github-actions released this 16 Jan 09:22
· 33 commits to refs/heads/main since this release
4e3dbec

This release adds support to derive the version of uv to be installed from pyproject.toml and uv.toml files.
If no version input is defined the default is now to look for a required-version in uv.toml and then pyproject.toml in the repository root. If it cannot find any it falls back to latest.

If your files are at a different place you can use the new inputs uv-file or pyproject-file.

🐛 Bug fixes

  • Add venv/bin as absolute path to PATH @op (#241)
  • fix: make sure VIRTUAL_ENV is an absolute path @samypr100 (#224)

🚀 Enhancements

🧰 Maintenance

  • chore: update known checksums for 0.5.20 @github-actions (#238)
  • chore: update known checksums for 0.5.19 @github-actions (#237)
  • chore: update known checksums for 0.5.18 @github-actions (#232)
  • chore: update known checksums for 0.5.17 @github-actions (#231)
  • chore: update known checksums for 0.5.16 @github-actions (#228)
  • chore: update known checksums for 0.5.15 @github-actions (#225)
  • chore: update known checksums for 0.5.14 @github-actions (#222)
  • chore: update known checksums for 0.5.12 @github-actions (#214)

📚 Documentation

  • docs: bump astral-sh/setup-uv to v5 @njzjz (#205)

⬆️ Dependency updates