mirror of
https://github.com/home-assistant/core.git
synced 2025-07-09 14:27:07 +00:00
Pin gRPC to 1.31.0 to workaround amrv7 issues (#40678)
This commit is contained in:
parent
94f3a085ed
commit
b01d04c4ca
@ -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
|
||||||
|
|
||||||
|
@ -67,6 +67,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…
x
Reference in New Issue
Block a user