Any plan to support async calls. I am using Uvicorn and stripe http calls are blocking. `customers = await stripe.Customer.list()`
Any plan to support async calls.
I am using Uvicorn and stripe http calls are blocking.
customers = await stripe.Customer.list()