Fixes
- 🐛 Fix unformatted
{type_}in FastAPIError. PR #14416 by @Just-Helpful. - 🐛 Fix parsing extra non-body parameter list. PR #14356 by @YuriiMotov.
- 🐛 Fix parsing extra
Formparameter list. PR #14303 by @YuriiMotov. - 🐛 Fix support for form values with empty strings interpreted as missing (
Noneif that's the default), for compatibility with HTML forms. PR #13537 by @MarinPostma.
Docs
- 📝 Add tip on how to install
pipin case ofNo module named piperror invirtual-environments.md. PR #14211 by @zadevhub. - 📝 Update Primary Key notes for the SQL databases tutorial to avoid confusion. PR #14120 by @FlaviusRaducu.
- 📝 Clarify estimation note in documentation. PR #14070 by @SaisakthiM.