Skip to content

Commit

Permalink
[Python] Updated protobuf version to 4.23 (#26744)
Browse files Browse the repository at this point in the history
  • Loading branch information
riteshghorse committed May 17, 2023
1 parent 376e292 commit 9e728ab
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion sdks/python/container/py310/base_image_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ pandas==1.5.3
parameterized==0.9.0
pluggy==1.0.0
proto-plus==1.22.2
protobuf==4.22.5
protobuf==4.23.0
psycopg2-binary==2.9.6
pyarrow==11.0.0
pyasn1==0.5.0
Expand Down
2 changes: 1 addition & 1 deletion sdks/python/container/py311/base_image_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ pandas==1.5.3
parameterized==0.9.0
pluggy==1.0.0
proto-plus==1.22.2
protobuf==4.22.5
protobuf==4.23.0
psycopg2-binary==2.9.6
pyarrow==11.0.0
pyasn1==0.5.0
Expand Down
2 changes: 1 addition & 1 deletion sdks/python/container/py37/base_image_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ pandas==1.3.5
parameterized==0.9.0
pluggy==1.0.0
proto-plus==1.22.2
protobuf==4.22.5
protobuf==4.23.0
psycopg2-binary==2.9.6
pyarrow==11.0.0
pyasn1==0.5.0
Expand Down
2 changes: 1 addition & 1 deletion sdks/python/container/py38/base_image_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ pandas==1.5.3
parameterized==0.9.0
pluggy==1.0.0
proto-plus==1.22.2
protobuf==4.22.5
protobuf==4.23.0
psycopg2-binary==2.9.6
pyarrow==11.0.0
pyasn1==0.5.0
Expand Down
2 changes: 1 addition & 1 deletion sdks/python/container/py39/base_image_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ pandas==1.5.3
parameterized==0.9.0
pluggy==1.0.0
proto-plus==1.22.2
protobuf==4.22.5
protobuf==4.23.0
psycopg2-binary==2.9.6
pyarrow==11.0.0
pyasn1==0.5.0
Expand Down
2 changes: 1 addition & 1 deletion sdks/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,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>=3.20.3,<4.23.0',
'protobuf>=3.20.3,<4.24.0',
'pydot>=1.2.0,<2',
'python-dateutil>=2.8.0,<3',
'pytz>=2018.3',
Expand Down

0 comments on commit 9e728ab

Please sign in to comment.