From 498718492a98848da1fe8e7b1e724b702005dc1e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 11:32:53 +0000 Subject: [PATCH] Update build requirement from <2,>=1.0 to >=1.4.4,<2 in /sdks/python Updates the requirements on [build](https://github.com/pypa/build) to permit the latest version. - [Release notes](https://github.com/pypa/build/releases) - [Changelog](https://github.com/pypa/build/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pypa/build/compare/1.0.0...1.4.4) --- updated-dependencies: - dependency-name: build dependency-version: 1.4.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- sdks/python/container/base_image_requirements_manual.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdks/python/container/base_image_requirements_manual.txt b/sdks/python/container/base_image_requirements_manual.txt index bef89e9fd31e..1fb445547c46 100644 --- a/sdks/python/container/base_image_requirements_manual.txt +++ b/sdks/python/container/base_image_requirements_manual.txt @@ -39,4 +39,4 @@ nltk # Commonly used for natural language processing. google-crc32c scipy scikit-learn -build>=1.0,<2 # tool to build sdist from setup.py in stager. +build>=1.4.4,<2 # tool to build sdist from setup.py in stager.