Bump protobuf runtime dependency versions

pull/15114/head
Mehrdad Afshari 7 years ago
parent 8a2c6010ee
commit 8e9baf35bd
  1. 2
      src/csharp/Grpc.Core/Version.csproj.include
  2. 2
      src/python/grpcio_health_checking/setup.py
  3. 2
      src/python/grpcio_reflection/setup.py
  4. 2
      src/python/grpcio_testing/setup.py
  5. 2
      src/python/grpcio_tests/setup.py
  6. 2
      templates/src/csharp/Grpc.Core/Version.csproj.include.template

@ -2,6 +2,6 @@
<Project> <Project>
<PropertyGroup> <PropertyGroup>
<GrpcCsharpVersion>1.12.0-dev</GrpcCsharpVersion> <GrpcCsharpVersion>1.12.0-dev</GrpcCsharpVersion>
<GoogleProtobufVersion>3.3.0</GoogleProtobufVersion> <GoogleProtobufVersion>3.5.1</GoogleProtobufVersion>
</PropertyGroup> </PropertyGroup>
</Project> </Project>

@ -57,7 +57,7 @@ PACKAGE_DIRECTORIES = {
} }
INSTALL_REQUIRES = ( INSTALL_REQUIRES = (
'protobuf>=3.5.0.post1', 'protobuf>=3.5.2.post1',
'grpcio>={version}'.format(version=grpc_version.VERSION), 'grpcio>={version}'.format(version=grpc_version.VERSION),
) )

@ -58,7 +58,7 @@ PACKAGE_DIRECTORIES = {
} }
INSTALL_REQUIRES = ( INSTALL_REQUIRES = (
'protobuf>=3.5.0.post1', 'protobuf>=3.5.2.post1',
'grpcio>={version}'.format(version=grpc_version.VERSION), 'grpcio>={version}'.format(version=grpc_version.VERSION),
) )

@ -29,7 +29,7 @@ PACKAGE_DIRECTORIES = {
} }
INSTALL_REQUIRES = ( INSTALL_REQUIRES = (
'protobuf>=3.5.0.post1', 'protobuf>=3.5.2.post1',
'grpcio>={version}'.format(version=grpc_version.VERSION), 'grpcio>={version}'.format(version=grpc_version.VERSION),
) )

@ -41,7 +41,7 @@ INSTALL_REQUIRES = (
'grpcio>={version}'.format(version=grpc_version.VERSION), 'grpcio>={version}'.format(version=grpc_version.VERSION),
'grpcio-tools>={version}'.format(version=grpc_version.VERSION), 'grpcio-tools>={version}'.format(version=grpc_version.VERSION),
'grpcio-health-checking>={version}'.format(version=grpc_version.VERSION), 'grpcio-health-checking>={version}'.format(version=grpc_version.VERSION),
'oauth2client>=1.4.7', 'protobuf>=3.5.0.post1', 'six>=1.10', 'oauth2client>=1.4.7', 'protobuf>=3.5.2.post1', 'six>=1.10',
'google-auth>=1.0.0', 'requests>=2.14.2') 'google-auth>=1.0.0', 'requests>=2.14.2')
COMMAND_CLASS = { COMMAND_CLASS = {

@ -4,6 +4,6 @@
<Project> <Project>
<PropertyGroup> <PropertyGroup>
<GrpcCsharpVersion>${settings.csharp_version}</GrpcCsharpVersion> <GrpcCsharpVersion>${settings.csharp_version}</GrpcCsharpVersion>
<GoogleProtobufVersion>3.3.0</GoogleProtobufVersion> <GoogleProtobufVersion>3.5.1</GoogleProtobufVersion>
</PropertyGroup> </PropertyGroup>
</Project> </Project>

Loading…
Cancel
Save