-
-
Notifications
You must be signed in to change notification settings - Fork 214
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: ensure JSON in form-data field is parsed IFF it is an object or array #730
fix: ensure JSON in form-data field is parsed IFF it is an object or array #730
Conversation
Hi, some time has passed and this is still an issue in version 5. |
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 good thanks. Will get a new version out soon
hey not to bug you @cdimascio but would be great if we could get a release with this fix 🙏 |
Will have it out momentarily. Thanks for the reminder |
Available in v5.0.2 |
Awesome, thank you man! |
This commit fixes a problem with non primitives values in multipart/form-data field(s).