diff --git a/packages/dexpace-sdk-core/pyproject.toml b/packages/dexpace-sdk-core/pyproject.toml index 81c6dba..9c81d73 100644 --- a/packages/dexpace-sdk-core/pyproject.toml +++ b/packages/dexpace-sdk-core/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["hatchling>=1.27"] +requires = ["hatchling>=1.31.0"] build-backend = "hatchling.build" [project] diff --git a/packages/dexpace-sdk-http-aiohttp/pyproject.toml b/packages/dexpace-sdk-http-aiohttp/pyproject.toml index 99c59b9..ba7f530 100644 --- a/packages/dexpace-sdk-http-aiohttp/pyproject.toml +++ b/packages/dexpace-sdk-http-aiohttp/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["hatchling>=1.27"] +requires = ["hatchling>=1.31.0"] build-backend = "hatchling.build" [project] diff --git a/packages/dexpace-sdk-http-httpx/pyproject.toml b/packages/dexpace-sdk-http-httpx/pyproject.toml index 422a53d..9708b45 100644 --- a/packages/dexpace-sdk-http-httpx/pyproject.toml +++ b/packages/dexpace-sdk-http-httpx/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["hatchling>=1.27"] +requires = ["hatchling>=1.31.0"] build-backend = "hatchling.build" [project] diff --git a/packages/dexpace-sdk-http-requests/pyproject.toml b/packages/dexpace-sdk-http-requests/pyproject.toml index 47c69e1..87669b4 100644 --- a/packages/dexpace-sdk-http-requests/pyproject.toml +++ b/packages/dexpace-sdk-http-requests/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["hatchling>=1.27"] +requires = ["hatchling>=1.31.0"] build-backend = "hatchling.build" [project] diff --git a/packages/dexpace-sdk-http-stdlib/pyproject.toml b/packages/dexpace-sdk-http-stdlib/pyproject.toml index 7c1a760..b839317 100644 --- a/packages/dexpace-sdk-http-stdlib/pyproject.toml +++ b/packages/dexpace-sdk-http-stdlib/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["hatchling>=1.27"] +requires = ["hatchling>=1.31.0"] build-backend = "hatchling.build" [project] diff --git a/packages/dexpace-sdk-tck/pyproject.toml b/packages/dexpace-sdk-tck/pyproject.toml index 984a3bc..b9c6418 100644 --- a/packages/dexpace-sdk-tck/pyproject.toml +++ b/packages/dexpace-sdk-tck/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["hatchling>=1.27"] +requires = ["hatchling>=1.31.0"] build-backend = "hatchling.build" [project]