Skip to content

Commit ba7c096

Browse files
Set uv version lower bound to >=0.7
1 parent 6811f03 commit ba7c096

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
@@ -269,4 +269,4 @@ required-imports = ["from __future__ import annotations"]
269269
keep-runtime-typing = true
270270

271271
[tool.uv]
272-
required-version = "<0.7"
272+
required-version = ">=0.7"

0 commit comments

Comments
 (0)