v1.32.5
·
471 commits
to master
since this release
🚀 Updates
- Updated Python uv with new features:
- Project aliases are inferred from
project.nameinpyproject.toml. - Implicit project dependencies are inferred from
project.dependenciesinpyproject.toml.- Requires a bare identifier with no version/url/origin markers.
- Currently does not support
tool.uvor workspaces.
- Project aliases are inferred from
🐞 Fixes
- Fixed an issue where no touched files would be found when pushing commits on the default branch.
- Fixed an issue where
pyproject.tomloruv.lockwould sometimes not be parsed.