Skip to content

v1.32.5

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 14 Feb 23:48
· 1 commit to master since this release

🚀 Updates

  • Updated Python uv with new features:
    • Project aliases are inferred from project.name in pyproject.toml.
    • Implicit project dependencies are inferred from project.dependencies in pyproject.toml.
      • Requires a bare identifier with no version/url/origin markers.
      • Currently does not support tool.uv or workspaces.

🐞 Fixes

  • Fixed an issue where no touched files would be found when pushing commits on the default branch.
  • Fixed an issue where pyproject.toml or uv.lock would sometimes not be parsed.