diff --git a/pyproject.toml b/pyproject.toml index 86fc02d..eda6774 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -89,5 +89,5 @@ pytest_add_cli_args_test_selection = ["tests/"] do_not_mutate_patterns = ["help=", "stacklevel=", "strict=False"] [build-system] -requires = ["uv_build>=0.7.20,<0.12.0"] +requires = ["uv_build>=0.7.20,<0.13.0"] build-backend = "uv_build"