Skip to content
This repository was archived by the owner on Apr 14, 2026. It is now read-only.

Commit bc2fa35

Browse files
Update uv-build requirement in the development-dependencies group
Updates the requirements on [uv-build](https://github.com/astral-sh/uv) to permit the latest version. Updates `uv-build` to 0.10.7 - [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.13...0.10.7) --- updated-dependencies: - dependency-name: uv-build dependency-version: 0.10.7 dependency-type: direct:development dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1382977 commit bc2fa35

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
@@ -47,5 +47,5 @@ convention = "google"
4747
"tests/**/*.py" = []
4848

4949
[build-system]
50-
requires = ["uv_build>=0.8.13,<0.10.0"]
50+
requires = ["uv_build>=0.8.13,<0.11.0"]
5151
build-backend = "uv_build"

0 commit comments

Comments
 (0)