File tree Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -50,12 +50,13 @@ httplib2>=0.19.0
50
50
51
51
# gRPC 1.32+ currently causes issues on ARMv7, see:
52
52
# https://github.com/home-assistant/core/issues/40148
53
- grpcio==1.31.0
54
-
55
- # Newer versions of cloud pubsub pin a higher version of grpcio. This can
56
- # be reverted when the grpcio pin is reverted, see:
53
+ # Newer versions of some other libraries pin a higher version of grpcio,
54
+ # so those also need to be kept at an old version until the grpcio pin
55
+ # is reverted, see:
57
56
# https://github.com/home-assistant/core/issues/53427
57
+ grpcio==1.31.0
58
58
google-cloud-pubsub==2.1.0
59
+ google-api-core<=1.31.2
59
60
60
61
# This is a old unmaintained library and is replaced with pycryptodome
61
62
pycrypto==1000000000.0.0
Original file line number Diff line number Diff line change 71
71
72
72
# gRPC 1.32+ currently causes issues on ARMv7, see:
73
73
# https://github.com/home-assistant/core/issues/40148
74
- grpcio==1.31.0
75
-
76
- # Newer versions of cloud pubsub pin a higher version of grpcio. This can
77
- # be reverted when the grpcio pin is reverted, see:
74
+ # Newer versions of some other libraries pin a higher version of grpcio,
75
+ # so those also need to be kept at an old version until the grpcio pin
76
+ # is reverted, see:
78
77
# https://github.com/home-assistant/core/issues/53427
78
+ grpcio==1.31.0
79
79
google-cloud-pubsub==2.1.0
80
+ google-api-core<=1.31.2
80
81
81
82
# This is a old unmaintained library and is replaced with pycryptodome
82
83
pycrypto==1000000000.0.0
You can’t perform that action at this time.
0 commit comments