-
-
Notifications
You must be signed in to change notification settings - Fork 6.6k
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
✨ Raise early when using form data without installing python-multipart #1851
Conversation
* Add raising exceptions, update error messages * Removed unused import, added comments Co-authored-by: Christopher Nguyen <chrisngyn99@gmail.com>
Adds annotations to is_form_data * Fix import order
Fix code coverage
Remove error spaces when printing Co-authored-by: Marcelo Trylesinski <marcelotryle@gmail.com>
Co-authored-by: Marcelo Trylesinski <marcelotryle@gmail.com>
Codecov Report
@@ Coverage Diff @@
## master #1851 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 236 236
Lines 7068 7073 +5
=========================================
+ Hits 7068 7073 +5
Continue to review full report at Codecov.
|
🚀 Deployed on https://5f2e4eb27ce85c82279630bb--fastapi.netlify.app |
📝 Docs preview for commit 0cf5b4e at: https://5f2e4ff3bf54e99c8e7196a5--fastapi.netlify.app |
✨ Raise early when using form data without installing the correct
python-multipart
.This includes some updates on top of the work from #1627 by @YKo20010, @chrisngyn, @kx-chen.