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
As seen in some tests in #90 which call python -m zyte_api, it fails on Python 3.14, where asyncio.get_event_loop() doesn't create a loop if one doesn't exist. So this code needs to be changed.