Skip to content

Commit 6f33a7b

Browse files
committed
change uv version requirement to >= 0.8
1 parent ab177ef commit 6f33a7b

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
@@ -44,7 +44,7 @@ aiohttp = ["aiohttp", "httpx_aiohttp>=0.1.9"]
4444

4545
[tool.uv]
4646
managed = true
47-
required-version = ">=0.9"
47+
required-version = ">=0.8"
4848
conflicts = [
4949
[
5050
{ group = "pydantic-v1" },

0 commit comments

Comments
 (0)