From 845b0931c02155b360267517a0224116bef545af Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Feb 2026 17:52:08 +0000 Subject: [PATCH] chore(deps): update dependency uv_build to >=0.10.2,<0.11.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7d1c692d..131d2774 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -64,5 +64,5 @@ source-include = ["py.typed"] source-exclude = ["tests*"] [build-system] -requires = ["uv_build>=0.8.15,<0.9.0"] +requires = ["uv_build>=0.10.2,<0.11.0"] build-backend = "uv_build"