From 669fe2415e2f4124bfeda070fe99babe8f8ae9a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 15:36:55 +0000 Subject: [PATCH] chore(deps-dev): update hatchling requirement in /python/sdk Updates the requirements on [hatchling](https://github.com/pypa/hatch) to permit the latest version. - [Release notes](https://github.com/pypa/hatch/releases) - [Commits](https://github.com/pypa/hatch/compare/hatchling-v1.24.0...hatchling-v1.30.1) --- updated-dependencies: - dependency-name: hatchling dependency-version: 1.30.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- python/sdk-runtime/pyproject.toml | 2 +- python/sdk/pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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]