Skip to content

Commit a7caf50

Browse files
Set uv version lower bound to >=0.7 (#235)
1 parent 7c8f90d commit a7caf50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,4 +254,4 @@ required-imports = ["from __future__ import annotations"]
254254
keep-runtime-typing = true
255255

256256
[tool.uv]
257-
required-version = "<0.7"
257+
required-version = ">=0.7"

0 commit comments

Comments
 (0)