Skip to content

v5.4.1 🌈 Add support for pep440 version specifiers

Choose a tag to compare

@github-actions github-actions released this 30 Mar 16:30
0c5e2b8

Changes

With this release you can also use pep440 version specifiers as required-version in filesuv.toml, pyroject.toml and in the version input:

- name: Install a pep440-specifier-satisfying version of uv
  uses: astral-sh/setup-uv@v5
  with:
    version: ">=0.4.25,<0.5"

🐛 Bug fixes

🧰 Maintenance

📚 Documentation