UV - version mismatch
[tool.uv]
required-version = "==0.10.3"
Last updated
Was this helpful?
AutoFix uses UV version 0.11.19 when required-version is not set in your pyproject.toml.
If your project needs a different UV version, set it in pyproject.toml. For example, add the following to make AutoFix use UV version 0.10.3:
[tool.uv]
required-version = "==0.10.3"
For more information see https://docs.astral.sh/uv/reference/settings/#required-version
Last updated
Was this helpful?
Was this helpful?