Skip to content

Commit 613384c

Browse files
committed
Support Protobuf 6.x.
1 parent 2e313a9 commit 613384c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdks/python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ def get_portability_package_data():
390390
#
391391
# 3. Exclude protobuf 4 versions that leak memory, see:
392392
# https://github.com/apache/beam/issues/28246
393-
'protobuf>=3.20.3,<6.0.0.dev0,!=4.0.*,!=4.21.*,!=4.22.0,!=4.23.*,!=4.24.*', # pylint: disable=line-too-long
393+
'protobuf>=3.20.3,<7.0.0.dev0,!=4.0.*,!=4.21.*,!=4.22.0,!=4.23.*,!=4.24.*', # pylint: disable=line-too-long
394394
'pydot>=1.2.0,<2',
395395
'python-dateutil>=2.8.0,<3',
396396
'pytz>=2018.3',

0 commit comments

Comments
 (0)