From 975f79959e6a6bca84f54047fd8f184f8c28abc2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Apr 2026 05:03:21 +0000 Subject: [PATCH] Update wheel requirement from >=0.36.0 to >=0.47.0 in /sdks/python Updates the requirements on [wheel](https://github.com/pypa/wheel) to permit the latest version. - [Release notes](https://github.com/pypa/wheel/releases) - [Changelog](https://github.com/pypa/wheel/blob/main/docs/news.rst) - [Commits](https://github.com/pypa/wheel/compare/0.36.0...0.47.0) --- updated-dependencies: - dependency-name: wheel dependency-version: 0.47.0 dependency-type: direct:development ... 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 c764298ebae3..7189db07f3cc 100644 --- a/sdks/python/pyproject.toml +++ b/sdks/python/pyproject.toml @@ -20,7 +20,7 @@ [build-system] requires = [ "setuptools", - "wheel>=0.36.0", + "wheel>=0.47.0", # Note: after upgrading to grpcio-tools, we must bump protobuf to >=5.0. # Currently Blocked on old dependencies of Beam tft extra: # https://github.com/apache/beam/issues/37854