From 966402b614e0a4d7c3621f6db612005e6422715f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 7 Aug 2026 17:51:30 +0000 Subject: [PATCH] Update dependency uv_build to >=0.12.3,<0.13.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 824f76a..bcd221b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ addopts = "-m 'not e2e'" markers = ["e2e: requires a cluster from scripts/kind-up.sh with a fabric applied"] [build-system] -requires = ["uv_build>=0.11.7,<0.12.0"] +requires = ["uv_build>=0.12.3,<0.13.0"] build-backend = "uv_build" [tool.uv.build-backend]