mirror of
https://github.com/home-assistant/core.git
synced 2026-09-03 03:51:51 +01:00
Bump grpcio to 1.83.1 and protobuf to v7 (#180614)
This commit is contained in:
@@ -88,9 +88,9 @@ httplib2>=0.19.0
|
||||
# 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
|
||||
# want to ensure we have wheels built.
|
||||
grpcio==1.78.0
|
||||
grpcio-status==1.78.0
|
||||
grpcio-reflection==1.78.0
|
||||
grpcio==1.83.1
|
||||
grpcio-status==1.83.1
|
||||
grpcio-reflection==1.83.1
|
||||
|
||||
# boto3 and botocore are shared requirements of multiple integrations,
|
||||
# with botocore also being a transitive dependency of aiobotocore, which
|
||||
@@ -156,7 +156,7 @@ iso4217!=1.10.20220401
|
||||
|
||||
# protobuf must be in package constraints for the wheel
|
||||
# builder to build binary wheels
|
||||
protobuf==6.33.6
|
||||
protobuf==7.36.0
|
||||
|
||||
# faust-cchardet: Ensure we have a version we can build wheels
|
||||
# 2.1.18 is the first version that works with our wheel builder
|
||||
|
||||
@@ -47,7 +47,7 @@ types-caldav==1.3.0.20250516
|
||||
types-chardet==0.1.5
|
||||
types-decorator==5.2.0.20260712
|
||||
types-pexpect==4.9.0.20260518
|
||||
types-protobuf==6.32.1.20260221
|
||||
types-protobuf==7.35.1.20260827
|
||||
types-psutil==7.2.2.20260518
|
||||
types-pyserial==3.5.0.20260712
|
||||
types-python-dateutil==2.9.0.20260716
|
||||
|
||||
@@ -72,9 +72,9 @@ httplib2>=0.19.0
|
||||
# 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
|
||||
# want to ensure we have wheels built.
|
||||
grpcio==1.78.0
|
||||
grpcio-status==1.78.0
|
||||
grpcio-reflection==1.78.0
|
||||
grpcio==1.83.1
|
||||
grpcio-status==1.83.1
|
||||
grpcio-reflection==1.83.1
|
||||
|
||||
# boto3 and botocore are shared requirements of multiple integrations,
|
||||
# with botocore also being a transitive dependency of aiobotocore, which
|
||||
@@ -140,7 +140,7 @@ iso4217!=1.10.20220401
|
||||
|
||||
# protobuf must be in package constraints for the wheel
|
||||
# builder to build binary wheels
|
||||
protobuf==6.33.6
|
||||
protobuf==7.36.0
|
||||
|
||||
# faust-cchardet: Ensure we have a version we can build wheels
|
||||
# 2.1.18 is the first version that works with our wheel builder
|
||||
|
||||
Reference in New Issue
Block a user