Skip to content

Managing Python dependencies

To upgrade all dependencies from the uv.lock file, run the command below:

uv sync --upgrade

Exporting dependencies

To obtain a classic pip requirements.txt file with runtime (non testing) dependencies, you can run:

uv export --all-extras --no-dev --no-default-groups