Skip to content

Commit ea3d097

Browse files
Set uv version lower bound to >=0.7 (#89)
1 parent c50e3d9 commit ea3d097

File tree

2 files changed

+630
-608
lines changed

2 files changed

+630
-608
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)