🚀 Updates
- Updated Python uv with new features:
- Project aliases are inferred from
project.name
inpyproject.toml
. - Implicit project dependencies are inferred from
project.dependencies
inpyproject.toml
.- Requires a bare identifier with no version/url/origin markers.
- Currently does not support
tool.uv
or 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.toml
oruv.lock
would sometimes not be parsed.