Skip to content

Commit bae1987

Browse files
authored
chore: Don't pin uv version in pyproject.toml (#271)
1 parent 2468001 commit bae1987

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.0.0"
44
requires-python = ">=3.11"
55

66
[tool.uv]
7-
required-version = "==0.9.18" # keep in sync with devenv/config.ini
7+
required-version = ">=0.9.18"
88

99
[tool.uv.workspace]
1010
members = [

0 commit comments

Comments
 (0)