Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 1.02 KB

File metadata and controls

28 lines (18 loc) · 1.02 KB

minimal-reproduction-template

First, read the Renovate minimal reproduction instructions.

Renovate Issue/Discussion number: 36329.

Current behavior

Renovate creates update PRs using uv's latest version regardless of what version is specified in the pyproject.toml in tool.uv.required-version.

It leads to an error message in a renovate comment and a fail to update the lockfile:

Required uv version `==0.7.0` does not match the running version `0.7.11`. Update `uv` by running `uv self update 0.7.0`.

Example PR.

Expected behavior

Renovate to pickup the expected uv version, otherwise the required-version feature of uv is unsable unless uv is always up to date.

Link to the Renovate issue or Discussion

renovatebot/renovate#36329