diff --git a/pyproject.toml b/pyproject.toml index 2781422..a5be93a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -101,5 +101,5 @@ known-first-party = ["watchfs"] 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"