Pin async-timeout to 4.0.3 (#129592)
parent
725ab477a8
commit
d069907948
|
@ -189,3 +189,7 @@ tuf>=4.0.0
|
||||||
|
|
||||||
# https://github.com/jd/tenacity/issues/471
|
# https://github.com/jd/tenacity/issues/471
|
||||||
tenacity!=8.4.0
|
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
|
# https://github.com/jd/tenacity/issues/471
|
||||||
tenacity!=8.4.0
|
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 = (
|
GENERATED_MESSAGE = (
|
||||||
|
|
Loading…
Reference in New Issue