Bump grpc requirements to 1.48.0 (#75603)

This commit is contained in:
Allen Porter 2022-07-31 04:37:29 -07:00 committed by GitHub
parent ee273daf8d
commit 9e76e8cef8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -54,8 +54,8 @@ httplib2>=0.19.0
# gRPC is an implicit dependency that we want to make explicit so we manage # gRPC is an implicit dependency that we want to make explicit so we manage
# upgrades intentionally. It is a large package to build from source and we # upgrades intentionally. It is a large package to build from source and we
# want to ensure we have wheels built. # want to ensure we have wheels built.
grpcio==1.46.1 grpcio==1.48.0
grpcio-status==1.46.1 grpcio-status==1.48.0
# libcst >=0.4.0 requires a newer Rust than we currently have available, # libcst >=0.4.0 requires a newer Rust than we currently have available,
# thus our wheels builds fail. This pins it to the last working version, # thus our wheels builds fail. This pins it to the last working version,

View file

@ -68,8 +68,8 @@ httplib2>=0.19.0
# gRPC is an implicit dependency that we want to make explicit so we manage # gRPC is an implicit dependency that we want to make explicit so we manage
# upgrades intentionally. It is a large package to build from source and we # upgrades intentionally. It is a large package to build from source and we
# want to ensure we have wheels built. # want to ensure we have wheels built.
grpcio==1.46.1 grpcio==1.48.0
grpcio-status==1.46.1 grpcio-status==1.48.0
# libcst >=0.4.0 requires a newer Rust than we currently have available, # libcst >=0.4.0 requires a newer Rust than we currently have available,
# thus our wheels builds fail. This pins it to the last working version, # thus our wheels builds fail. This pins it to the last working version,