diff --git a/pyproject.toml b/pyproject.toml index 0e57bfe..1d27ba8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,5 +47,5 @@ convention = "google" "tests/**/*.py" = [] [build-system] -requires = ["uv_build>=0.8.13,<0.10.0"] +requires = ["uv_build>=0.8.13,<0.11.0"] build-backend = "uv_build"