Skip to content

Commit 5566ab0

Browse files
Update uv-build requirement from <0.9.0,>=0.8.19 to >=0.8.19,<0.10.0 (#848)
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.8.19...0.9.0) --- updated-dependencies: - dependency-name: uv-build dependency-version: 0.9.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 72c170e commit 5566ab0

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
@@ -56,7 +56,7 @@ dev = [
5656
]
5757

5858
[build-system]
59-
requires = ["uv_build>=0.8.19,<0.9.0"]
59+
requires = ["uv_build>=0.8.19,<0.10.0"]
6060
build-backend = "uv_build"
6161

6262
[tool.uv.build-backend]

0 commit comments

Comments
 (0)