From b7ee7359c37750833225ccb65627000723b36465 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 02:48:35 +0000 Subject: [PATCH] Update uv-build requirement in /services/api 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](https://github.com/astral-sh/uv/compare/0.9.16...0.12.0) --- updated-dependencies: - dependency-name: uv-build dependency-version: 0.12.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- services/api/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/api/pyproject.toml b/services/api/pyproject.toml index c76346c..b9ef480 100644 --- a/services/api/pyproject.toml +++ b/services/api/pyproject.toml @@ -70,7 +70,7 @@ lint = { cmd = "ruff format . && ruff check --fix .", help = "run linters with a generate_client = { cmd = "openapi-python-client generate --url http://localhost:8000/openapi.json --output-path ../python_client --overwrite" } [build-system] -requires = ["uv_build>=0.9.16,<0.10.0"] +requires = ["uv_build>=0.12.0,<0.13.0"] build-backend = "uv_build" [tool.uv.sources]