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:
Allen Porter 2021-08-07 21:00:37 -07:00 committed by GitHub
parent b9e0de2eed
commit 22acaa8e63
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 0 deletions

View File

@ -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

View File

@ -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