From ecc9ed1eca67cb486d97d7c40b964afb2c77583d Mon Sep 17 00:00:00 2001 From: Mizux Seiha Date: Tue, 30 Nov 2021 18:15:54 +0100 Subject: [PATCH] python: Bump Protobuf to 3.19.1 --- ortools/python/setup.py.in | 2 +- tools/setup.py.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ortools/python/setup.py.in b/ortools/python/setup.py.in index fbd2e87b13..4153d930b2 100644 --- a/ortools/python/setup.py.in +++ b/ortools/python/setup.py.in @@ -45,7 +45,7 @@ setup( install_requires=[ 'absl-py >= 0.13', 'numpy >= 1.13.3', - 'protobuf >= 3.18.0', + 'protobuf >= 3.19.1', ], package_data={ '@PROJECT_NAME@':[$<$,SHARED_LIBRARY>:'.libs/*', '../$'>], diff --git a/tools/setup.py.in b/tools/setup.py.in index a22a00ab48..a26ebf4c17 100644 --- a/tools/setup.py.in +++ b/tools/setup.py.in @@ -45,7 +45,7 @@ setup( install_requires=[ 'absl-py >= 0.13', 'numpy >= 1.13.3', - 'protobuf >= 3.18.0', + 'protobuf >= 3.19.1', ], package_data={ 'ortools.init' : ['_pywrapinit.dll', '*.pyi'],