mirror of
https://github.com/home-assistant/core.git
synced 2025-04-23 08:47:57 +00:00
Pin async-timeout to 4.0.3 (#129592)
This commit is contained in:
parent
725ab477a8
commit
d069907948
@ -189,3 +189,7 @@ tuf>=4.0.0
|
||||
|
||||
# https://github.com/jd/tenacity/issues/471
|
||||
tenacity!=8.4.0
|
||||
|
||||
# 5.0.0 breaks Timeout as a context manager
|
||||
# TypeError: 'Timeout' object does not support the context manager protocol
|
||||
async-timeout==4.0.3
|
||||
|
@ -205,6 +205,10 @@ tuf>=4.0.0
|
||||
|
||||
# https://github.com/jd/tenacity/issues/471
|
||||
tenacity!=8.4.0
|
||||
|
||||
# 5.0.0 breaks Timeout as a context manager
|
||||
# TypeError: 'Timeout' object does not support the context manager protocol
|
||||
async-timeout==4.0.3
|
||||
"""
|
||||
|
||||
GENERATED_MESSAGE = (
|
||||
|
Loading…
x
Reference in New Issue
Block a user