blob: 7a92c1b510a7bbb0eec07bcab73a9747a32ce459 [file] [log] [blame]
---
fixes:
- |
`AsyncRetrying` was erroneously implementing `__iter__()`, making tenacity
retrying mechanism working but in a synchronous fashion and not waiting as
expected. This interface has been removed, `__aiter__()` should be used
instead.