Increase the Python protobuf requirement to >=3.12.0 (#28604)

pull/28599/merge
Lidi Zheng 3 years ago committed by GitHub
parent 0fb47cd886
commit 0f60be8e8a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/python/grpcio_channelz/setup.py
  2. 2
      src/python/grpcio_csds/setup.py
  3. 2
      src/python/grpcio_health_checking/setup.py
  4. 2
      src/python/grpcio_reflection/setup.py
  5. 2
      src/python/grpcio_status/setup.py
  6. 2
      src/python/grpcio_testing/setup.py
  7. 2
      src/python/grpcio_tests/setup.py

@ -63,7 +63,7 @@ PACKAGE_DIRECTORIES = {
}
INSTALL_REQUIRES = (
'protobuf>=3.6.0',
'protobuf>=3.12.0',
'grpcio>={version}'.format(version=grpc_version.VERSION),
)

@ -39,7 +39,7 @@ PACKAGE_DIRECTORIES = {
}
INSTALL_REQUIRES = (
'protobuf>=3.6.0',
'protobuf>=3.12.0',
'xds-protos>=0.0.7',
'grpcio>={version}'.format(version=grpc_version.VERSION),
)

@ -62,7 +62,7 @@ PACKAGE_DIRECTORIES = {
}
INSTALL_REQUIRES = (
'protobuf>=3.6.0',
'protobuf>=3.12.0',
'grpcio>={version}'.format(version=grpc_version.VERSION),
)

@ -63,7 +63,7 @@ PACKAGE_DIRECTORIES = {
}
INSTALL_REQUIRES = (
'protobuf>=3.6.0',
'protobuf>=3.12.0',
'grpcio>={version}'.format(version=grpc_version.VERSION),
)

@ -62,7 +62,7 @@ PACKAGE_DIRECTORIES = {
}
INSTALL_REQUIRES = (
'protobuf>=3.6.0',
'protobuf>=3.12.0',
'grpcio>={version}'.format(version=grpc_version.VERSION),
'googleapis-common-protos>=1.5.5',
)

@ -49,7 +49,7 @@ PACKAGE_DIRECTORIES = {
}
INSTALL_REQUIRES = (
'protobuf>=3.6.0',
'protobuf>=3.12.0',
'grpcio>={version}'.format(version=grpc_version.VERSION),
)

@ -42,7 +42,7 @@ INSTALL_REQUIRES = (
'grpcio-status>={version}'.format(version=grpc_version.VERSION),
'grpcio-tools>={version}'.format(version=grpc_version.VERSION),
'grpcio-health-checking>={version}'.format(version=grpc_version.VERSION),
'oauth2client>=1.4.7', 'protobuf>=3.6.0', 'six>=1.10',
'oauth2client>=1.4.7', 'protobuf>=3.12.0', 'six>=1.10',
'google-auth>=1.17.2', 'requests>=2.14.2')
if not PY3:

Loading…
Cancel
Save