Skip to content

Commit

Permalink
Pin async-timeout to 4.0.3 (#129592)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco authored Oct 31, 2024
1 parent 9c8a15c commit 45ff494
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions homeassistant/package_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 4 additions & 0 deletions script/gen_requirements_all.py
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,10 @@
# 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 = (
Expand Down

0 comments on commit 45ff494

Please sign in to comment.