Skip to content

Commit c1466c8

Browse files
Set uv version lower bound to >=0.7 (#158)
1 parent 68ea842 commit c1466c8

File tree

2 files changed

+382
-382
lines changed

2 files changed

+382
-382
lines changed

pyproject.toml

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

184184
[tool.uv]
185-
required-version = "<0.8"
185+
required-version = ">=0.7"

0 commit comments

Comments
 (0)