diff --git a/homeassistant/package_constraints.txt b/homeassistant/package_constraints.txt index a3dec49ddb9..0a2846a44ad 100644 --- a/homeassistant/package_constraints.txt +++ b/homeassistant/package_constraints.txt @@ -51,6 +51,7 @@ httplib2>=0.19.0 # upgrades intentionally. It is a large package to build from source and we # want to ensure we have wheels built. grpcio==1.45.0 +grpcio-status==1.45.0 # 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, diff --git a/script/gen_requirements_all.py b/script/gen_requirements_all.py index ef2b67f3657..1e93b8bba35 100755 --- a/script/gen_requirements_all.py +++ b/script/gen_requirements_all.py @@ -68,6 +68,7 @@ httplib2>=0.19.0 # upgrades intentionally. It is a large package to build from source and we # want to ensure we have wheels built. grpcio==1.45.0 +grpcio-status==1.45.0 # 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,