-
Notifications
You must be signed in to change notification settings - Fork 328
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
add executor to validate_payload #652
Conversation
Hi @drc38, the changes look good. I believe the functionality will not break and it is backwards compatible as well. Here's another thought: Instead of using |
That would result in quite a departure from the current structure where most functions are not async. Another approach is to use https://github.com/Tinche/aiofiles for the file open, assuming you're happy to import aiofiles as part of the project. |
Actually using aiofiles would still require a rewrite to async. I think the proposed approach is the best for now. |
5cd8621
to
c30300e
Compare
LGTM. |
@proelke @jainmohit2001 Thank you both for continuing to maintain the library, are we able to get a PyPi release that includes this merge please. |
Bumping this, can we support somehow to get a PyPi release shipped? |
Addresses issue #647