From c09f9f6f1d955258fdcad1474db4c852ff2abd5c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 04:45:55 +0000 Subject: [PATCH] Update wheel requirement from >=0.36.0 to >=0.46.3 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.46.3) --- updated-dependencies: - dependency-name: wheel dependency-version: 0.46.3 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..1df834b0f334 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.46.3", # 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