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]