mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 12:59:34 +00:00
@@ -79,15 +79,10 @@ h11>=0.12.0
|
||||
# https://github.com/advisories/GHSA-93xj-8mrv-444m
|
||||
httplib2>=0.19.0
|
||||
|
||||
# gRPC 1.32+ currently causes issues on ARMv7, see:
|
||||
# https://github.com/home-assistant/core/issues/40148
|
||||
# Newer versions of some other libraries pin a higher version of grpcio,
|
||||
# so those also need to be kept at an old version until the grpcio pin
|
||||
# is reverted, see:
|
||||
# https://github.com/home-assistant/core/issues/53427
|
||||
grpcio==1.31.0
|
||||
google-cloud-pubsub==2.1.0
|
||||
google-api-core<=1.31.2
|
||||
# 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
|
||||
# want to ensure we have wheels built.
|
||||
grpcio==1.43.0
|
||||
|
||||
# This is a old unmaintained library and is replaced with pycryptodome
|
||||
pycrypto==1000000000.0.0
|
||||
|
||||
Reference in New Issue
Block a user