Skip to content

Commit

Permalink
Update protobuf on ancillary packages (#30795) (#30805)
Browse files Browse the repository at this point in the history
  • Loading branch information
gnossen committed Aug 31, 2022
1 parent e3aea36 commit bf3702d
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/python/grpcio_channelz/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def run(self):
}

INSTALL_REQUIRES = (
'protobuf>=3.12.0',
'protobuf>=4.21.3',
'grpcio>={version}'.format(version=grpc_version.VERSION),
)

Expand Down
2 changes: 1 addition & 1 deletion src/python/grpcio_csds/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
}

INSTALL_REQUIRES = (
'protobuf>=3.12.0',
'protobuf>=4.21.3',
'xds-protos>=0.0.7',
'grpcio>={version}'.format(version=grpc_version.VERSION),
)
Expand Down
2 changes: 1 addition & 1 deletion src/python/grpcio_health_checking/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def run(self):
}

INSTALL_REQUIRES = (
'protobuf>=3.12.0',
'protobuf>=4.21.3',
'grpcio>={version}'.format(version=grpc_version.VERSION),
)

Expand Down
2 changes: 1 addition & 1 deletion src/python/grpcio_reflection/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def run(self):
}

INSTALL_REQUIRES = (
'protobuf>=3.12.0',
'protobuf>=4.21.3',
'grpcio>={version}'.format(version=grpc_version.VERSION),
)

Expand Down
2 changes: 1 addition & 1 deletion src/python/grpcio_status/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def run(self):
}

INSTALL_REQUIRES = (
'protobuf>=3.12.0',
'protobuf>=4.21.3',
'grpcio>={version}'.format(version=grpc_version.VERSION),
'googleapis-common-protos>=1.5.5',
)
Expand Down
2 changes: 1 addition & 1 deletion src/python/grpcio_testing/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def run(self):
}

INSTALL_REQUIRES = (
'protobuf>=3.12.0',
'protobuf>=4.21.3',
'grpcio>={version}'.format(version=grpc_version.VERSION),
)

Expand Down

0 comments on commit bf3702d

Please sign in to comment.