diff --git a/schemas/pyproject.toml b/schemas/pyproject.toml index 90dfd8b73..415db1f46 100644 --- a/schemas/pyproject.toml +++ b/schemas/pyproject.toml @@ -32,7 +32,7 @@ default-groups = "all" module-root = "" [build-system] -requires = ["uv_build>=0.10.0,<0.11.0"] +requires = ["uv_build>=0.10.0,<0.12.0"] build-backend = "uv_build" [tool.pytest.ini_options]