You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
MalteEbner
changed the title
Tenactiy 8.4.0 is broken: ModuleNotFoundError: No module named 'tenacity.asyncio'
Bug introduced in tenacity 8.4.0: ModuleNotFoundError: No module named 'tenacity.asyncio'
Jun 17, 2024
Description:
Install tenacity 8.4.0 and try to import from it:
I tried the same on tenacity 8.3.0, it does not have that import error.
Note: This is on python 3.10.8 on macOS Sonoma 14.5 using an M1 Pro. However, it should not matter.
Reason for error.
The line raising the error was changed in the latest release:
tenacity/tenacity/__init__.py
Line 653 in 702014b
The text was updated successfully, but these errors were encountered: