diff --git a/pyproject.toml b/pyproject.toml index 6092f96..3317a55 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -66,7 +66,7 @@ target-version = "py313" exclude = ["src/bustan/cli/templates"] [build-system] -requires = ["uv_build>=0.11.7,<0.12.0"] +requires = ["uv_build>=0.11.8,<0.12.0"] build-backend = "uv_build" [tool.ty]