Note: this release doesn't affect final users, it's mainly internal. It unlocks Pydanitc work with the integration that runs FastAPI's tests in Pydantic's CI.
Docs
- ✏ Fix grammar and add helpful links to dependencies in
docs/en/docs/async.md
. PR #5432 by @pamelafox. - ✏ Fix broken link in
alternatives.md
. PR #5455 by @su-shubham. - ✏ Fix typo in docs about contributing, for compatibility with
pip
in Zsh. PR #5523 by @zhangbo2012. - 📝 Fix typo in docs with examples for Python 3.10 instead of 3.9. PR #5545 by @feliciss.
Translations
- 🌐 Add Portuguese translation for
docs/pt/docs/tutorial/request-forms.md
. PR #4934 by @batlopes. - 🌐 Add Chinese translation for
docs/zh/docs/tutorial/dependencies/classes-as-dependencies.md
. PR #4971 by @Zssaer. - 🌐 Add French translation for
deployment/deta.md
. PR #3692 by @rjNemo. - 🌐 Update Chinese translation for
docs/zh/docs/tutorial/query-params-str-validations.md
. PR #5255 by @hjlarry. - 🌐 Add Chinese translation for
docs/zh/docs/tutorial/sql-databases.md
. PR #4999 by @Zssaer. - 🌐 Add Chinese translation for
docs/zh/docs/advanced/wsgi.md
. PR #4505 by @ASpathfinder. - 🌐 Add Portuguese translation for
docs/pt/docs/tutorial/body-multiple-params.md
. PR #4111 by @lbmendes. - 🌐 Add Portuguese translation for
docs/pt/docs/tutorial/path-params-numeric-validations.md
. PR #4099 by @lbmendes. - 🌐 Add French translation for
deployment/versions.md
. PR #3690 by @rjNemo. - 🌐 Add French translation for
docs/fr/docs/help-fastapi.md
. PR #2233 by @JulianMaurin. - 🌐 Fix typo in Chinese translation for
docs/zh/docs/tutorial/security/first-steps.md
. PR #5530 by @yuki1sntSnow. - 🌐 Add Portuguese translation for
docs/pt/docs/tutorial/response-status-code.md
. PR #4922 by @batlopes. - 🔧 Add config for Tamil translations. PR #5563 by @tiangolo.
Internal
- ⬆ Bump internal dependency mypy from 0.971 to 0.982. PR #5541 by @dependabot[bot].
- ⬆ Bump nwtgck/actions-netlify from 1.2.3 to 1.2.4. PR #5507 by @dependabot[bot].
- ⬆ Bump internal dependency types-ujson from 5.4.0 to 5.5.0. PR #5537 by @dependabot[bot].
- ⬆ Bump dawidd6/action-download-artifact from 2.23.0 to 2.24.0. PR #5508 by @dependabot[bot].
- ⬆ Update internal dependency pytest-cov requirement from <4.0.0,>=2.12.0 to >=2.12.0,<5.0.0. PR #5539 by @dependabot[bot].
- ⬆ [pre-commit.ci] pre-commit autoupdate. PR #5536 by @pre-commit-ci[bot].
- 🐛 Fix internal Trio test warnings. PR #5547 by @samuelcolvin.
- ⬆ [pre-commit.ci] pre-commit autoupdate. PR #5408 by @pre-commit-ci[bot].
- ⬆️ Upgrade Typer to include Rich in scripts for docs. PR #5502 by @tiangolo.
- 🐛 Fix calling
mkdocs
for languages as a subprocess to fix/enable MkDocs Material search plugin. PR #5501 by @tiangolo.