python: Bump Protobuf to 3.19.1

This commit is contained in:
Mizux Seiha
2021-11-30 18:15:54 +01:00
parent a79afd8305
commit ecc9ed1eca
2 changed files with 2 additions and 2 deletions

View File

@@ -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@':[$<$<STREQUAL:$<TARGET_PROPERTY:@PYTHON_PROJECT@,TYPE>,SHARED_LIBRARY>:'.libs/*', '../$<TARGET_SONAME_FILE_NAME:@PYTHON_PROJECT@>'>],