Skip to content

Commit d48433c

Browse files
committed
pin protobuf
1 parent 1cffbc6 commit d48433c

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
@@ -398,7 +398,7 @@ def get_portability_package_data():
398398
#
399399
# 3. Exclude protobuf 4 versions that leak memory, see:
400400
# https://github.com/apache/beam/issues/28246
401-
'protobuf>=3.20.3,<7.0.0.dev0,!=4.0.*,!=4.21.*,!=4.22.0,!=4.23.*,!=4.24.*', # pylint: disable=line-too-long
401+
'protobuf>=3.20.3,<6.0.0.dev0,!=4.0.*,!=4.21.*,!=4.22.0,!=4.23.*,!=4.24.*', # pylint: disable=line-too-long
402402
'python-dateutil>=2.8.0,<3',
403403
'pytz>=2018.3',
404404
'requests>=2.32.4,<3.0.0',

0 commit comments

Comments
 (0)