mirror of
https://github.com/home-assistant/core.git
synced 2025-04-23 16:57:53 +00:00
Pin google-cloud-pubsub to an older version (#54239)
Pin google-cloud-pubsub to an older version, since newer versions have a pin that is incompatible with the existing grpcio pin already in package_constraints.txt
This commit is contained in:
parent
b9e0de2eed
commit
22acaa8e63
@ -51,6 +51,11 @@ httplib2>=0.19.0
|
||||
# https://github.com/home-assistant/core/issues/40148
|
||||
grpcio==1.31.0
|
||||
|
||||
# Newer versions of cloud pubsub pin a higher version of grpcio. This can
|
||||
# be reverted when the grpcio pin is reverted, see:
|
||||
# https://github.com/home-assistant/core/issues/53427
|
||||
google-cloud-pubsub==2.1.0
|
||||
|
||||
# This is a old unmaintained library and is replaced with pycryptodome
|
||||
pycrypto==1000000000.0.0
|
||||
|
||||
|
@ -73,6 +73,11 @@ httplib2>=0.19.0
|
||||
# https://github.com/home-assistant/core/issues/40148
|
||||
grpcio==1.31.0
|
||||
|
||||
# Newer versions of cloud pubsub pin a higher version of grpcio. This can
|
||||
# be reverted when the grpcio pin is reverted, see:
|
||||
# https://github.com/home-assistant/core/issues/53427
|
||||
google-cloud-pubsub==2.1.0
|
||||
|
||||
# This is a old unmaintained library and is replaced with pycryptodome
|
||||
pycrypto==1000000000.0.0
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user