UV¶
sync(context, params='--all-groups --locked')
¶
Install dependencies via uv.
Source code in saritasa_invocations/uv.py
6 7 8 9 10 11 12 13 | |
update(context, params='')
¶
Update dependencies with respect to version constraints using uv.
uv doesn't have command to upgrade package versions and change pyproject.toml. See this https://github.com/astral-sh/uv/issues/1419#issuecomment-2849420114 from maintainer (1st and 2nd points).
Source code in saritasa_invocations/uv.py
16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 | |