Pin gRPC to 1.31.0 to workaround amrv7 issues (#40678)
This commit is contained in:
parent
ef751c0961
commit
e320c3b735
2 changed files with 8 additions and 0 deletions
|
@ -39,6 +39,10 @@ urllib3>=1.24.3
|
||||||
# Constrain httplib2 to protect against CVE-2020-11078
|
# Constrain httplib2 to protect against CVE-2020-11078
|
||||||
httplib2>=0.18.0
|
httplib2>=0.18.0
|
||||||
|
|
||||||
|
# gRPC 1.32+ currently causes issues on ARMv7, see:
|
||||||
|
# https://github.com/home-assistant/core/issues/40148
|
||||||
|
grpcio==1.31.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
|
||||||
|
|
||||||
|
|
|
@ -69,6 +69,10 @@ urllib3>=1.24.3
|
||||||
# Constrain httplib2 to protect against CVE-2020-11078
|
# Constrain httplib2 to protect against CVE-2020-11078
|
||||||
httplib2>=0.18.0
|
httplib2>=0.18.0
|
||||||
|
|
||||||
|
# gRPC 1.32+ currently causes issues on ARMv7, see:
|
||||||
|
# https://github.com/home-assistant/core/issues/40148
|
||||||
|
grpcio==1.31.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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue