Skip to content

Commit 45ff494

Browse files
authored
Pin async-timeout to 4.0.3 (#129592)
1 parent 9c8a15c commit 45ff494

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

homeassistant/package_constraints.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,3 +189,7 @@ tuf>=4.0.0
189189

190190
# https://github.com/jd/tenacity/issues/471
191191
tenacity!=8.4.0
192+
193+
# 5.0.0 breaks Timeout as a context manager
194+
# TypeError: 'Timeout' object does not support the context manager protocol
195+
async-timeout==4.0.3

script/gen_requirements_all.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,10 @@
205205
206206
# https://github.com/jd/tenacity/issues/471
207207
tenacity!=8.4.0
208+
209+
# 5.0.0 breaks Timeout as a context manager
210+
# TypeError: 'Timeout' object does not support the context manager protocol
211+
async-timeout==4.0.3
208212
"""
209213

210214
GENERATED_MESSAGE = (

0 commit comments

Comments
 (0)