Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions homeassistant/package_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
1 change: 1 addition & 0 deletions script/gen_requirements_all.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@
# 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,
Expand Down