-
Notifications
You must be signed in to change notification settings - Fork 14
fix: batch add requests can handle more than 25 requests #268
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
fix: batch add requests can handle more than 25 requests #268
Conversation
I'm not sure what to do with the Redbaron and the |
@vdusek regarding Redbaron, that library hasn't had a release in ~5 years, so the issue has been there forever, I suspect. I believe it's safe to ignore that 🤷 If we must ensure parity of sync and async docstrings, I guess we can add that argument to the sync version and raise a |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks sane, please consider my comments
Description
Issues
Testing
It was tested on this code sample (plus the sync alternative):
Checklist