Skip to content

Commit

Permalink
uv.lock: set uv minimum version
Browse files Browse the repository at this point in the history
Fix for dynamic version has been introduced in uv 0.5.19 so require uv >=0.5.19.

Signed-off-by: Patrick ZAJDA <[email protected]>
  • Loading branch information
Nardol committed Jan 16, 2025
1 parent f925ab0 commit 5f50345
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,9 @@ exclude = [
".pre-commit-config.yaml "
]

[tool.uv]
required-version = ">=0.5.19"

[tool.ruff]
extend-exclude = [
".venv",
Expand Down

0 comments on commit 5f50345

Please sign in to comment.