Skip to content

Commit 6b1f6c0

Browse files
committed
revert
1 parent d48433c commit 6b1f6c0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

sdks/python/setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -398,13 +398,12 @@ 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,<6.0.0.dev0,!=4.0.*,!=4.21.*,!=4.22.0,!=4.23.*,!=4.24.*', # pylint: disable=line-too-long
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
402402
'python-dateutil>=2.8.0,<3',
403403
'pytz>=2018.3',
404404
'requests>=2.32.4,<3.0.0',
405405
'sortedcontainers>=2.4.0',
406406
'typing-extensions>=3.7.0',
407-
'xds-protos>=1.70.0,<1.72.0; python_version >= "3.13"',
408407
'zstandard>=0.18.0,<1',
409408
'pyyaml>=3.12,<7.0.0',
410409
'beartype>=0.21.0,<0.23.0',

0 commit comments

Comments
 (0)