Pin async-timeout to 4.0.3 (#129592)

This commit is contained in:
J. Nick Koston
2024-11-02 20:42:39 +01:00
committed by Bram Kragten
parent 725ab477a8
commit d069907948
2 changed files with 8 additions and 0 deletions
+4
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
+4
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 = (