mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
Upgrade grpcio to 1.46.1 (#71865)
This commit is contained in:
parent
4e9bc9eaff
commit
cd2898886b
@ -50,8 +50,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.45.0
|
grpcio==1.46.1
|
||||||
grpcio-status==1.45.0
|
grpcio-status==1.46.1
|
||||||
|
|
||||||
# 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,
|
||||||
|
@ -66,8 +66,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.45.0
|
grpcio==1.46.1
|
||||||
grpcio-status==1.45.0
|
grpcio-status==1.46.1
|
||||||
|
|
||||||
# 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,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user