diff --git a/python/sdk-runtime/pyproject.toml b/python/sdk-runtime/pyproject.toml index e04b9e6728..6db7595297 100644 --- a/python/sdk-runtime/pyproject.toml +++ b/python/sdk-runtime/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["hatchling>=1.24.0"] +requires = ["hatchling>=1.30.1"] build-backend = "hatchling.build" [project] diff --git a/python/sdk/pyproject.toml b/python/sdk/pyproject.toml index b0f1acf5f2..eeef355e90 100644 --- a/python/sdk/pyproject.toml +++ b/python/sdk/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["hatchling>=1.24.0"] +requires = ["hatchling>=1.30.1"] build-backend = "hatchling.build" [project]