From 991ea50f8d72f162542d4f16fa4a923f8424abc6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 8 May 2026 11:00:19 +0000 Subject: [PATCH] chore(deps): update dependency uv_build to >=0.11.7,<0.12.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6e729b8..92aba88 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -118,7 +118,7 @@ Issues = "https://github.com/aignostics/foundry-python-core/issues" [build-system] -requires = ["uv_build>=0.10.8,<0.11.0"] +requires = ["uv_build>=0.11.7,<0.12.0"] build-backend = "uv_build" [tool.uv.build-backend]