There's nothing interesting in this particular FastAPI release. It is mainly to enable/unblock the release of the next version of Pydantic that comes packed with features and improvements. 🤩
Fixes
- 🐛 Fix JSON Schema for dataclasses, supporting the fixes in Pydantic 1.9. PR #4272 by @PrettyWood.
Translations
- 🌐 Add Korean translation for
docs/tutorial/request-forms-and-files.md
. PR #3744 by @NinaHwang. - 🌐 Add Korean translation for
docs/tutorial/request-files.md
. PR #3743 by @NinaHwang. - 🌐 Add portuguese translation for
docs/tutorial/query-params-str-validations.md
. PR #3965 by @leandrodesouzadev. - 🌐 Add Korean translation for
docs/tutorial/response-status-code.md
. PR #3742 by @NinaHwang. - 🌐 Add Korean translation for Tutorial - JSON Compatible Encoder. PR #3152 by @NEONKID.
- 🌐 Add Korean translation for Tutorial - Path Parameters and Numeric Validations. PR #2432 by @hard-coders.
- 🌐 Add Korean translation for
docs/ko/docs/deployment/versions.md
. PR #4121 by @DevDae. - 🌐 Fix Korean translation for
docs/ko/docs/tutorial/index.md
. PR #4193 by @kimjaeyoonn. - 🔧 Add CryptAPI sponsor. PR #4264 by @tiangolo.
- 📝 Update
docs/tutorial/dependencies/classes-as-dependencies
: Add type of query parameters in a description ofClasses as dependencies
. PR #4015 by @0417taehyun. - 🌐 Add French translation for Tutorial - First steps. PR #3455 by @Smlep.
- 🌐 Add French translation for
docs/tutorial/path-params.md
. PR #3548 by @Smlep. - 🌐 Add French translation for
docs/tutorial/query-params.md
. PR #3556 by @Smlep. - 🌐 Add Turkish translation for
docs/python-types.md
. PR #3926 by @BilalAlpaslan.
Internal
- 👥 Update FastAPI People. PR #4274 by @github-actions[bot].