Bump grpcio to 1.72.0 and protobuf to 6.30.2 (#143633)

This commit is contained in:
J. Nick Koston 2025-05-18 20:10:38 -04:00 committed by GitHub
parent 075a41c69a
commit eb4d561b96
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 8 additions and 8 deletions

View File

@ -88,9 +88,9 @@ 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.71.0 grpcio==1.72.0
grpcio-status==1.71.0 grpcio-status==1.72.0
grpcio-reflection==1.71.0 grpcio-reflection==1.72.0
# This is a old unmaintained library and is replaced with pycryptodome # This is a old unmaintained library and is replaced with pycryptodome
pycrypto==1000000000.0.0 pycrypto==1000000000.0.0
@ -145,7 +145,7 @@ iso4217!=1.10.20220401
# protobuf must be in package constraints for the wheel # protobuf must be in package constraints for the wheel
# builder to build binary wheels # builder to build binary wheels
protobuf==5.29.2 protobuf==6.30.2
# faust-cchardet: Ensure we have a version we can build wheels # faust-cchardet: Ensure we have a version we can build wheels
# 2.1.18 is the first version that works with our wheel builder # 2.1.18 is the first version that works with our wheel builder

View File

@ -117,9 +117,9 @@ 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.71.0 grpcio==1.72.0
grpcio-status==1.71.0 grpcio-status==1.72.0
grpcio-reflection==1.71.0 grpcio-reflection==1.72.0
# This is a old unmaintained library and is replaced with pycryptodome # This is a old unmaintained library and is replaced with pycryptodome
pycrypto==1000000000.0.0 pycrypto==1000000000.0.0
@ -174,7 +174,7 @@ iso4217!=1.10.20220401
# protobuf must be in package constraints for the wheel # protobuf must be in package constraints for the wheel
# builder to build binary wheels # builder to build binary wheels
protobuf==5.29.2 protobuf==6.30.2
# faust-cchardet: Ensure we have a version we can build wheels # faust-cchardet: Ensure we have a version we can build wheels
# 2.1.18 is the first version that works with our wheel builder # 2.1.18 is the first version that works with our wheel builder