diff --git a/pyproject.toml b/pyproject.toml index acdec51..40e82e9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -71,5 +71,5 @@ testpaths = ['tests'] xfail_strict = true [build-system] -requires = ['uv_build>=0.8.17,<0.11.0'] +requires = ['uv_build>=0.8.17,<0.12.0'] build-backend = 'uv_build'