Skip to content

Commit 4d3a898

Browse files
chore(deps-dev): update uv-build requirement
Updates the requirements on [uv-build](https://github.com/astral-sh/uv) to permit the latest version. Updates `uv-build` to 0.11.8 - [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.11.7...0.11.8) --- updated-dependencies: - dependency-name: uv-build dependency-version: 0.11.8 dependency-type: direct:development dependency-group: python-deps ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent dfb6c7b commit 4d3a898

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

python-tooling/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dependencies = [
1616
analyze-udf-overhead-bench = "datafusion_udf_wasm_tooling.analyze_udf_overhead_bench:main"
1717

1818
[build-system]
19-
requires = ["uv_build>=0.11.7,<0.12.0"]
19+
requires = ["uv_build>=0.11.8,<0.12.0"]
2020
build-backend = "uv_build"
2121

2222
[tool.uv]

0 commit comments

Comments
 (0)