From da87d795cf577ddb43fa3cdc63acb2543fc60f35 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2026 04:37:34 +0000 Subject: [PATCH] Update build requirement from <2,>=1.0 to >=1.5.0,<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.5.0) --- updated-dependencies: - dependency-name: build dependency-version: 1.5.0 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 2a6a11415ee9..7efb2588ef79 100644 --- a/sdks/python/container/base_image_requirements_manual.txt +++ b/sdks/python/container/base_image_requirements_manual.txt @@ -43,7 +43,7 @@ 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.5.0,<2 # tool to build sdist from setup.py in stager. # Dill 0.3.1.1 is included as a base manual requirement so is avaiable to users # with pickle_library=dill, but apache-beam does not have a hard dependency. dill>=0.3.1.1,<0.3.2