Skip to content

uv sync is made with --locked, not --frozen #191

@vperron

Description

@vperron

--locked

It seems the intent behind this is misinformed: --locked will fail if we don't have the latest up-to-date versions in the lockfile, in regard of the versions provided in the pyproject.toml.

This can make entirely legit builds, with a proper lockfile, fail because the pyproject.toml is updated to latest versions and the lockfile is not.

I guess we want to use --frozen here and not --locked. Right ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions