Features
- ✨ Enable Pydantic's serialization mode for responses, add support for Pydantic's
computed_field
, better OpenAPI for response models, proper required attributes, better generated clients. PR #10011 by @tiangolo.
Refactors
- ✅ Fix tests for compatibility with pydantic 2.1.1. PR #9943 by @dmontagu.
- ✅ Fix test error in Windows for
jsonable_encoder
. PR #9840 by @iudeen.
Upgrades
Translations
- 🌐 Add Russian translation for
docs/ru/docs/tutorial/security/index.md
. PR #9963 by @eVery1337. - 🌐 Remove Vietnamese note about missing translation. PR #9957 by @tiangolo.
Internal
- 👷 Add GitHub Actions step dump context to debug external failures. PR #10008 by @tiangolo.
- 🔧 Restore MkDocs Material pin after the fix. PR #10001 by @tiangolo.
- 🔧 Update the Question template to ask for the Pydantic version. PR #10000 by @tiangolo.
- 📍 Update MkDocs Material dependencies. PR #9986 by @tiangolo.
- 👥 Update FastAPI People. PR #9999 by @tiangolo.
- 🐳 Update Dockerfile with compatibility versions, to upgrade later. PR #9998 by @tiangolo.
- ➕ Add pydantic-settings to FastAPI People dependencies. PR #9988 by @tiangolo.
- ♻️ Update FastAPI People logic with new Pydantic. PR #9985 by @tiangolo.
- 🍱 Update sponsors, Fern badge. PR #9982 by @tiangolo.
- 👷 Deploy docs to Cloudflare Pages. PR #9978 by @tiangolo.
- 🔧 Update sponsor Fern. PR #9979 by @tiangolo.
- 👷 Update CI debug mode with Tmate. PR #9977 by @tiangolo.