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