From 0ccf66ef2b8970e5b2de9425bf6f5ba276fe769d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 16:12:43 +0000 Subject: [PATCH] deps(sdk-py)(deps-dev): update hatchling requirement Updates the requirements on [hatchling](https://github.com/pypa/hatch) to permit the latest version. Updates `hatchling` to 1.27.0 - [Release notes](https://github.com/pypa/hatch/releases) - [Commits](https://github.com/pypa/hatch/compare/hatchling-v0.3...hatchling-v1.27.0) --- updated-dependencies: - dependency-name: hatchling dependency-version: 1.27.0 dependency-type: direct:development dependency-group: sdk-python ... Signed-off-by: dependabot[bot] --- sdks/python/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdks/python/pyproject.toml b/sdks/python/pyproject.toml index 0776a7a..a232eee 100644 --- a/sdks/python/pyproject.toml +++ b/sdks/python/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["hatchling<1.27.0"] +requires = ["hatchling<1.28.0"] build-backend = "hatchling.build" [project]