Skip to content

Commit 564223e

Browse files
committed
Update uv_build dependency version
- Change `uv_build` requirement to `>=0.9.28,<0.10.0` - Match to the docs from `uv`: https://docs.astral.sh/uv/concepts/build-backend/#using-the-uv-build-backend
1 parent 56a98d3 commit 564223e

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
@@ -216,5 +216,5 @@ sections = [
216216
]
217217

218218
[build-system]
219-
requires = ["uv_build>=0.8.17,<0.10.0"]
219+
requires = ["uv_build>=0.9.28,<0.10.0"]
220220
build-backend = "uv_build"

0 commit comments

Comments
 (0)