diff --git a/pyproject.toml b/pyproject.toml index ce96695..51180f5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -99,5 +99,5 @@ known-first-party = ["moelib"] combine-as-imports = true [build-system] -requires = ["uv_build>=0.9.0,<0.10.0"] +requires = ["uv_build>=0.10.0,<0.11.0"] build-backend = "uv_build"