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
{{ message }}
This repository was archived by the owner on Mar 20, 2023. It is now read-only.
Dropping 3.4 would allow us to migrate everything into a modern async def syntax and use async generators. Async generators would allows this library to support scroll/scan API as well as Bulk api's easier. I've got a fork which implements most of those helpers as async versions already; and it was trivial to do with async generator support.