Skip to content

chore: update uv pip package 0.10.3 → 0.11.2 in lock file#1501

Merged
jaceksan merged 1 commit intomasterfrom
fix/update-uv-lock
Mar 31, 2026
Merged

chore: update uv pip package 0.10.3 → 0.11.2 in lock file#1501
jaceksan merged 1 commit intomasterfrom
fix/update-uv-lock

Conversation

@tychtjan
Copy link
Copy Markdown
Contributor

Summary

  • Update uv pip package from 0.10.3 to 0.11.2 in uv.lock
  • Aligns with the existing required-version = "~=0.11.0" constraint in pyproject.toml

Why: tox-uv installs the uv pip package into .venv/bin/uv. Version 0.10.3 has a different managed-Python discovery directory than uv >=0.11 (installed by setup-uv in CI), causing tox to skip py312/py313 envs with "could not find python interpreter". This one-line lock update fixes it.

The tox-uv plugin installs the uv pip package into .venv/bin/uv.
Version 0.10.3 has a different managed-Python discovery directory
than uv >=0.11 (installed by setup-uv in CI), causing tox to skip
py312/py313 envs with "could not find python interpreter".

Aligns with the existing required-version = "~=0.11.0" constraint.
@jaceksan jaceksan merged commit 7741b78 into master Mar 31, 2026
7 checks passed
@jaceksan jaceksan deleted the fix/update-uv-lock branch March 31, 2026 09:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants