diff --git a/sdks/python/setup.py b/sdks/python/setup.py index 10795a493d36..1c0b60ae375d 100644 --- a/sdks/python/setup.py +++ b/sdks/python/setup.py @@ -248,7 +248,7 @@ def get_portability_package_data(): # does not exceed the minor version at runtime. # To avoid depending on an old dependency, update the minor version on # every Beam release, see: https://github.com/apache/beam/issues/25590 - 'protobuf>=4.21.1,<4.23.0', + 'protobuf>=3.20.3,<4.23.0', 'pydot>=1.2.0,<2', 'python-dateutil>=2.8.0,<3', 'pytz>=2018.3',