From 719a432a959167dbf10c6000e7fcc2fce5a50ddb Mon Sep 17 00:00:00 2001 From: "renovate-bot-cbcoutinho[bot]" <210269379+renovate-bot-cbcoutinho[bot]@users.noreply.github.com> Date: Fri, 6 Feb 2026 11:09:13 +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 ffce311..797de57 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -114,7 +114,7 @@ caldav = { git = "https://github.com/cbcoutinho/caldav", branch = "feature/httpx qdrant-client = { git = "https://github.com/cbcoutinho/qdrant-client", branch = "fix/fusion-score-threshold" } [build-system] -requires = ["uv_build>=0.9.4,<0.10.0"] +requires = ["uv_build>=0.10.0,<0.11.0"] build-backend = "uv_build" [tool.uv.build-backend]