diff --git a/pyproject.toml b/pyproject.toml index 021d5ee..81e02ee 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -83,5 +83,5 @@ combine-as-imports = true python_files = ["tests/*.py", "tests/**/*.py"] [build-system] -requires = ["uv_build>=0.9.0,<0.10.0"] +requires = ["uv_build>=0.10.0,<0.11.0"] build-backend = "uv_build"