diff --git a/pyproject.toml b/pyproject.toml index 42f23e40..7065da73 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ exclude-newer = "7 days" module-root = "." [build-system] -requires = ["uv_build>=0.11.31,<0.12.0"] +requires = ["uv_build>=0.12.2,<0.13.0"] build-backend = "uv_build"