From 0335981ec2c019826727003f70f930a09c2e2875 Mon Sep 17 00:00:00 2001 From: Valentyn Tymofieiev Date: Thu, 7 Sep 2023 15:52:09 -0700 Subject: [PATCH] lint --- 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 83545dc91f700..5fc9cbc378d46 100644 --- a/sdks/python/setup.py +++ b/sdks/python/setup.py @@ -264,7 +264,7 @@ def get_portability_package_data(): # # 3. Exclude protobuf 4 versions that leak memory, see: # https://github.com/apache/beam/issues/28246 - 'protobuf>=3.20.3,<4.25.0,!=4.0.*,!=4.21.*,!=4.22.0,!=4.23.*,!=4.24.0,!=4.24.1,!=4.24.2', + 'protobuf>=3.20.3,<4.25.0,!=4.0.*,!=4.21.*,!=4.22.0,!=4.23.*,!=4.24.0,!=4.24.1,!=4.24.2', # pylint: disable=line-too-long 'pydot>=1.2.0,<2', 'python-dateutil>=2.8.0,<3', 'pytz>=2018.3',