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
@awemulya Thanks for reaching out! We have looked into this in the past and built some prototypes to understand what it would look like. We have plans to re-design the library entirely or ship an alternative async-first version in the future but it likely won't happen this year.
I'm going to close this ask in favour of #327 which is the canonical one. We haven't forgotten about it and we are definitely interested to ship this but it's in parallel to other work such as finishing codegen for stripe-go for example and adding client/services to existing libraries like stripe-java.
Any plan to support async calls.
I am using Uvicorn and stripe http calls are blocking.
customers = await stripe.Customer.list()
The text was updated successfully, but these errors were encountered: