diff --git a/pyproject.toml b/pyproject.toml index c47eb80..d3c20b3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ GitHub = "https://github.com/leoyala/dstrack" dstrack = "dstrack._cli:app" [build-system] -requires = ["uv_build>=0.11.26,<0.12.0"] +requires = ["uv_build>=0.11.28,<0.12.0"] build-backend = "uv_build" # -----------------------------------------------------------------------------