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
Python 3.14 deprecates asyncio.iscoroutinefunction in favor of inspect.iscoroutinefunction and aiohttp at some places uses the deprecated name so it should be changed to newer inspect.iscoroutinefunction.