Skip to content

Commit 05750ce

Browse files
committed
uv_build: 0.9 -> 0.10
1 parent 81645d2 commit 05750ce

2 files changed

Lines changed: 3 additions & 87 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.1.0"
44
authors = [
55
{ name = "Alexandre Viau", email="alexandre.viau@flare.io>" }
66
]
7-
requires-python = ">=3.12"
7+
requires-python = ">=3.14"
88
dependencies = [
99
"pydantic>=2.12.3",
1010
"ty>=0.0.15",
@@ -17,7 +17,7 @@ dependencies = [
1717
]
1818

1919
[build-system]
20-
requires = ["uv_build>=0.9.28,<0.10.0"]
20+
requires = ["uv_build>=0.10.0,<0.11.0"]
2121
build-backend = "uv_build"
2222

2323
[tool.ruff.lint]

0 commit comments

Comments
 (0)