Skip to content

Commit 3b50762

Browse files
committed
chore: relax uv requirements
Since a lot of people have uv installed so that it gets updated automatically, let's relax the version spec a bit. JIRA: TRIVIAL risk: low
1 parent 8213a2a commit 3b50762

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
@@ -17,7 +17,7 @@ dependencies = [
1717
]
1818

1919
[tool.uv]
20-
required-version = "0.9.5"
20+
required-version = ">=0.9.5,<0.10.0"
2121

2222
[tool.uv.sources]
2323
gooddata-sdk = { workspace = true }

0 commit comments

Comments
 (0)