Pin async-timeout to 4.0.3 (#129592)

pull/129970/head
J. Nick Koston 2024-10-31 16:18:31 -05:00 committed by Bram Kragten
parent 725ab477a8
commit d069907948
2 changed files with 8 additions and 0 deletions

View File

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

View File

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