Skip to content

Commit c9a2709

Browse files
Update uv-build requirement from <0.10.0,>=0.9.26 to >=0.9.26,<0.12.0
Updates the requirements on [uv-build](https://github.com/astral-sh/uv) to permit the latest version. - [Release notes](https://github.com/astral-sh/uv/releases) - [Changelog](https://github.com/astral-sh/uv/blob/main/CHANGELOG.md) - [Commits](astral-sh/uv@0.9.26...0.11.2) --- updated-dependencies: - dependency-name: uv-build dependency-version: 0.11.2 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1d96b0f commit c9a2709

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
@@ -68,7 +68,7 @@ dev = [
6868

6969

7070
[build-system]
71-
requires = ["uv_build >= 0.9.26, <0.10.0"]
71+
requires = ["uv_build >= 0.9.26, < 0.12.0"]
7272
build-backend = "uv_build"
7373

7474

0 commit comments

Comments
 (0)