-
Notifications
You must be signed in to change notification settings - Fork 14
feat: Async Support with httpx 🔥 #149
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
wow, I loved this Async support!!! great job @drish |
|
@bukinoshita @felipevolpone Is there any update on this? Are there any outstanding tasks that any of us could potentially help with to get this PR unblocked and merged? |
@ojh i had to re-prioritize some work and this ended up having to wait a bit. I'll be working on this back again this coming week, should be very close to wrap up. |
Introduces async support using the httpx library.
SDK async version
Users will need to install the async version of the sdk (extra-requries) with:
pip install resend[async]Set the default_http_client:
_async):