From c42bd39fc07e6b140625a74587e8778b21c904d5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 7 Feb 2026 03:51:09 +0000 Subject: [PATCH] chore(deps): update dependency uv_build to >=0.10.0,<0.11.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7d1c692d..6f3bd801 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.0,<0.11.0"] build-backend = "uv_build"