You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by an...@apache.org on 2023/04/27 12:10:47 UTC

[beam] branch master updated: Lower the lower bound of protobuf

This is an automated email from the ASF dual-hosted git repository.

anandinguva pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/master by this push:
     new a4e7411ade3 Lower the lower bound of protobuf
     new 261a69a6719 Merge pull request #26446 from AnandInguva/protobuf-version
a4e7411ade3 is described below

commit a4e7411ade38d2d3d8f07449593f566ea9128a3f
Author: Anand Inguva <an...@gmail.com>
AuthorDate: Wed Apr 26 23:18:58 2023 -0400

    Lower the lower bound of protobuf
---
 sdks/python/setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sdks/python/setup.py b/sdks/python/setup.py
index 1733784a860..57befec7be5 100644
--- a/sdks/python/setup.py
+++ b/sdks/python/setup.py
@@ -256,7 +256,7 @@ if __name__ == '__main__':
         # 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',