Fastapi

Latest version: v0.110.2

Safety actively analyzes 621363 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 30

3.1.0

Features

* ✨ Add support for OpenAPI 3.1.0. PR [9770](https://github.com/tiangolo/fastapi/pull/9770) by [tiangolo](https://github.com/tiangolo).
* New support for documenting **webhooks**, read the new docs here: <a href="https://fastapi.tiangolo.com/advanced/openapi-webhooks/" class="external-link" target="_blank">Advanced User Guide: OpenAPI Webhooks</a>.
* Upgrade OpenAPI 3.1.0, this uses JSON Schema 2020-12.
* Upgrade Swagger UI to version 5.x.x, that supports OpenAPI 3.1.0.
* Updated `examples` field in `Query()`, `Cookie()`, `Body()`, etc. based on the latest JSON Schema and OpenAPI. Now it takes a list of examples and they are included directly in the JSON Schema, not outside. Read more about it (including the historical technical details) in the updated docs: <a href="https://fastapi.tiangolo.com/tutorial/schema-extra-example/" class="external-link" target="_blank">Tutorial: Declare Request Example Data</a>.

* ✨ Add support for `deque` objects and children in `jsonable_encoder`. PR [9433](https://github.com/tiangolo/fastapi/pull/9433) by [cranium](https://github.com/cranium).

Docs

* 📝 Fix form for the FastAPI and friends newsletter. PR [9749](https://github.com/tiangolo/fastapi/pull/9749) by [tiangolo](https://github.com/tiangolo).

Translations

* 🌐 Add Persian translation for `docs/fa/docs/advanced/sub-applications.md`. PR [9692](https://github.com/tiangolo/fastapi/pull/9692) by [mojtabapaso](https://github.com/mojtabapaso).
* 🌐 Add Russian translation for `docs/ru/docs/tutorial/response-model.md`. PR [9675](https://github.com/tiangolo/fastapi/pull/9675) by [glsglsgls](https://github.com/glsglsgls).

Internal

* 🔨 Enable linenums in MkDocs Material during local live development to simplify highlighting code. PR [9769](https://github.com/tiangolo/fastapi/pull/9769) by [tiangolo](https://github.com/tiangolo).
* ⬆ Update httpx requirement from <0.24.0,>=0.23.0 to >=0.23.0,<0.25.0. PR [9724](https://github.com/tiangolo/fastapi/pull/9724) by [dependabot[bot]](https://github.com/apps/dependabot).
* ⬆ Bump mkdocs-material from 9.1.16 to 9.1.17. PR [9746](https://github.com/tiangolo/fastapi/pull/9746) by [dependabot[bot]](https://github.com/apps/dependabot).
* 🔥 Remove missing translation dummy pages, no longer necessary. PR [9751](https://github.com/tiangolo/fastapi/pull/9751) by [tiangolo](https://github.com/tiangolo).
* ⬆ [pre-commit.ci] pre-commit autoupdate. PR [9259](https://github.com/tiangolo/fastapi/pull/9259) by [pre-commit-ci[bot]](https://github.com/apps/pre-commit-ci).
* ✨ Add Material for MkDocs Insiders features and cards. PR [9748](https://github.com/tiangolo/fastapi/pull/9748) by [tiangolo](https://github.com/tiangolo).
* 🔥 Remove languages without translations. PR [9743](https://github.com/tiangolo/fastapi/pull/9743) by [tiangolo](https://github.com/tiangolo).
* ✨ Refactor docs for building scripts, use MkDocs hooks, simplify (remove) configs for languages. PR [9742](https://github.com/tiangolo/fastapi/pull/9742) by [tiangolo](https://github.com/tiangolo).
* 🔨 Add MkDocs hook that renames sections based on the first index file. PR [9737](https://github.com/tiangolo/fastapi/pull/9737) by [tiangolo](https://github.com/tiangolo).
* 👷 Make cron jobs run only on main repo, not on forks, to avoid error notifications from missing tokens. PR [9735](https://github.com/tiangolo/fastapi/pull/9735) by [tiangolo](https://github.com/tiangolo).
* 🔧 Update MkDocs for other languages. PR [9734](https://github.com/tiangolo/fastapi/pull/9734) by [tiangolo](https://github.com/tiangolo).
* 👷 Refactor Docs CI, run in multiple workers with a dynamic matrix to optimize speed. PR [9732](https://github.com/tiangolo/fastapi/pull/9732) by [tiangolo](https://github.com/tiangolo).
* 🔥 Remove old internal GitHub Action watch-previews that is no longer needed. PR [9730](https://github.com/tiangolo/fastapi/pull/9730) by [tiangolo](https://github.com/tiangolo).
* ⬆️ Upgrade MkDocs and MkDocs Material. PR [9729](https://github.com/tiangolo/fastapi/pull/9729) by [tiangolo](https://github.com/tiangolo).
* 👷 Build and deploy docs only on docs changes. PR [9728](https://github.com/tiangolo/fastapi/pull/9728) by [tiangolo](https://github.com/tiangolo).

0.110.2

Fixes

* 🐛 Fix support for query parameters with list types, handle JSON encoding Pydantic `UndefinedType`. PR [9929](https://github.com/tiangolo/fastapi/pull/9929) by [arjwilliams](https://github.com/arjwilliams).

Refactors

* ♻️ Simplify Pydantic configs in OpenAPI models in `fastapi/openapi/models.py`. PR [10886](https://github.com/tiangolo/fastapi/pull/10886) by [JoeTanto2](https://github.com/JoeTanto2).
* ✨ Add support for Pydantic's 2.7 new deprecated Field parameter, remove URL from validation errors response. PR [11461](https://github.com/tiangolo/fastapi/pull/11461) by [tiangolo](https://github.com/tiangolo).

Docs

* 📝 Fix types in examples under `docs_src/extra_data_types`. PR [10535](https://github.com/tiangolo/fastapi/pull/10535) by [nilslindemann](https://github.com/nilslindemann).
* 📝 Update references to UJSON. PR [11464](https://github.com/tiangolo/fastapi/pull/11464) by [tiangolo](https://github.com/tiangolo).
* 📝 Tweak docs and translations links, typos, format. PR [11389](https://github.com/tiangolo/fastapi/pull/11389) by [nilslindemann](https://github.com/nilslindemann).
* 📝 Fix typo in `docs/es/docs/async.md`. PR [11400](https://github.com/tiangolo/fastapi/pull/11400) by [fabianfalon](https://github.com/fabianfalon).
* 📝 Update OpenAPI client generation docs to use `hey-api/openapi-ts`. PR [11339](https://github.com/tiangolo/fastapi/pull/11339) by [jordanshatford](https://github.com/jordanshatford).

Translations

* 🌐 Update Chinese translation for `docs/zh/docs/index.html`. PR [11430](https://github.com/tiangolo/fastapi/pull/11430) by [waketzheng](https://github.com/waketzheng).
* 🌐 Add Russian translation for `docs/ru/docs/tutorial/dependencies/dependencies-in-path-operation-decorators.md`. PR [11411](https://github.com/tiangolo/fastapi/pull/11411) by [anton2yakovlev](https://github.com/anton2yakovlev).
* 🌐 Add Portuguese translations for `learn/index.md` `resources/index.md` `help/index.md` `about/index.md`. PR [10807](https://github.com/tiangolo/fastapi/pull/10807) by [nazarepiedady](https://github.com/nazarepiedady).
* 🌐 Update Russian translations for deployments docs. PR [11271](https://github.com/tiangolo/fastapi/pull/11271) by [Lufa1u](https://github.com/Lufa1u).
* 🌐 Add Bengali translations for `docs/bn/docs/python-types.md`. PR [11376](https://github.com/tiangolo/fastapi/pull/11376) by [imtiaz101325](https://github.com/imtiaz101325).
* 🌐 Add Korean translation for `docs/ko/docs/tutorial/security/simple-oauth2.md`. PR [5744](https://github.com/tiangolo/fastapi/pull/5744) by [KdHyeon0661](https://github.com/KdHyeon0661).
* 🌐 Add Korean translation for `docs/ko/docs/help-fastapi.md`. PR [4139](https://github.com/tiangolo/fastapi/pull/4139) by [kty4119](https://github.com/kty4119).
* 🌐 Add Korean translation for `docs/ko/docs/advanced/events.md`. PR [5087](https://github.com/tiangolo/fastapi/pull/5087) by [pers0n4](https://github.com/pers0n4).
* 🌐 Add Japanese translation for `docs/ja/docs/tutorial/path-operation-configuration.md`. PR [1954](https://github.com/tiangolo/fastapi/pull/1954) by [SwftAlpc](https://github.com/SwftAlpc).
* 🌐 Add Japanese translation for `docs/ja/docs/tutorial/request-forms-and-files.md`. PR [1946](https://github.com/tiangolo/fastapi/pull/1946) by [SwftAlpc](https://github.com/SwftAlpc).
* 🌐 Add Russian translation for `docs/ru/docs/tutorial/dependencies/dependencies-with-yield.md`. PR [10532](https://github.com/tiangolo/fastapi/pull/10532) by [AlertRED](https://github.com/AlertRED).
* 🌐 Add Korean translation for `docs/ko/docs/tutorial/debugging.md`. PR [5695](https://github.com/tiangolo/fastapi/pull/5695) by [JungWooGeon](https://github.com/JungWooGeon).

Internal

* ⬆️ Upgrade version of typer for docs. PR [11393](https://github.com/tiangolo/fastapi/pull/11393) by [tiangolo](https://github.com/tiangolo).

0.110.1

Fixes

* 🐛 Fix parameterless `Depends()` with generics. PR [9479](https://github.com/tiangolo/fastapi/pull/9479) by [nzig](https://github.com/nzig).

Refactors

* ♻️ Update mypy. PR [11049](https://github.com/tiangolo/fastapi/pull/11049) by [k0t3n](https://github.com/k0t3n).
* ♻️ Simplify string format with f-strings in `fastapi/applications.py`. PR [11335](https://github.com/tiangolo/fastapi/pull/11335) by [igeni](https://github.com/igeni).

Upgrades

* ⬆️ Upgrade Starlette to >=0.37.2,<0.38.0, remove Starlette filterwarning for internal tests. PR [11266](https://github.com/tiangolo/fastapi/pull/11266) by [nothielf](https://github.com/nothielf).

Docs

* 📝 Tweak docs and translations links and remove old docs translations. PR [11381](https://github.com/tiangolo/fastapi/pull/11381) by [tiangolo](https://github.com/tiangolo).
* ✏️ Fix typo in `fastapi/security/oauth2.py`. PR [11368](https://github.com/tiangolo/fastapi/pull/11368) by [shandongbinzhou](https://github.com/shandongbinzhou).
* 📝 Update links to Pydantic docs to point to new website. PR [11328](https://github.com/tiangolo/fastapi/pull/11328) by [alejsdev](https://github.com/alejsdev).
* ✏️ Fix typo in `docs/en/docs/tutorial/extra-models.md`. PR [11329](https://github.com/tiangolo/fastapi/pull/11329) by [alejsdev](https://github.com/alejsdev).
* 📝 Update `project-generation.md`. PR [11326](https://github.com/tiangolo/fastapi/pull/11326) by [alejsdev](https://github.com/alejsdev).
* 📝 Update External Links. PR [11327](https://github.com/tiangolo/fastapi/pull/11327) by [alejsdev](https://github.com/alejsdev).
* 🔥 Remove link to Pydantic's benchmark, on other i18n pages.. PR [11224](https://github.com/tiangolo/fastapi/pull/11224) by [hirotoKirimaru](https://github.com/hirotoKirimaru).
* ✏️ Fix typos in docstrings. PR [11295](https://github.com/tiangolo/fastapi/pull/11295) by [davidhuser](https://github.com/davidhuser).
* 🛠️ Improve Node.js script in docs to generate TypeScript clients. PR [11293](https://github.com/tiangolo/fastapi/pull/11293) by [alejsdev](https://github.com/alejsdev).
* 📝 Update examples for tests to replace "inexistent" for "nonexistent". PR [11220](https://github.com/tiangolo/fastapi/pull/11220) by [Homesteady](https://github.com/Homesteady).
* 📝 Update `python-multipart` GitHub link in all docs from `https://andrew-d.github.io/python-multipart/` to `https://github.com/Kludex/python-multipart`. PR [#11239](https://github.com/tiangolo/fastapi/pull/11239) by [joshjhans](https://github.com/joshjhans).

Translations

* 🌐 Add German translation for `docs/de/docs/tutorial/response-status-code.md`. PR [10357](https://github.com/tiangolo/fastapi/pull/10357) by [nilslindemann](https://github.com/nilslindemann).
* 🌐 Update Chinese translation for `docs/zh/docs/tutorial/query-params.md`. PR [3480](https://github.com/tiangolo/fastapi/pull/3480) by [jaystone776](https://github.com/jaystone776).
* 🌐 Update Chinese translation for `docs/zh/docs/tutorial/body.md`. PR [3481](https://github.com/tiangolo/fastapi/pull/3481) by [jaystone776](https://github.com/jaystone776).
* 🌐 Update Chinese translation for `docs/zh/docs/tutorial/path-params.md`. PR [3479](https://github.com/tiangolo/fastapi/pull/3479) by [jaystone776](https://github.com/jaystone776).
* 🌐 Update Chinese translation for `docs/tutorial/body-fields.md`. PR [3496](https://github.com/tiangolo/fastapi/pull/3496) by [jaystone776](https://github.com/jaystone776).
* 🌐 Update Chinese translation for `docs/tutorial/extra-models.md`. PR [3497](https://github.com/tiangolo/fastapi/pull/3497) by [jaystone776](https://github.com/jaystone776).
* 🌐 Add Japanese translation for `docs/ja/docs/tutorial/metadata.md`. PR [2667](https://github.com/tiangolo/fastapi/pull/2667) by [tokusumi](https://github.com/tokusumi).
* 🌐 Add German translation for `docs/de/docs/contributing.md`. PR [10487](https://github.com/tiangolo/fastapi/pull/10487) by [nilslindemann](https://github.com/nilslindemann).
* 🌐 Update Japanese translation of `docs/ja/docs/tutorial/query-params.md`. PR [10808](https://github.com/tiangolo/fastapi/pull/10808) by [urushio](https://github.com/urushio).
* 🌐 Update Chinese translation for `docs/zh/docs/tutorial/security/get-current-user.md`. PR [3842](https://github.com/tiangolo/fastapi/pull/3842) by [jaystone776](https://github.com/jaystone776).
* 🌐 Add Chinese translation for `docs/zh/docs/advanced/openapi-callbacks.md`. PR [3825](https://github.com/tiangolo/fastapi/pull/3825) by [jaystone776](https://github.com/jaystone776).
* 🌐 Add Chinese translation for `docs/zh/docs/advanced/extending-openapi.md`. PR [3823](https://github.com/tiangolo/fastapi/pull/3823) by [jaystone776](https://github.com/jaystone776).
* 🌐 Add Chinese translation for `docs/zh/docs/advanced/testing-dependencies.md`. PR [3819](https://github.com/tiangolo/fastapi/pull/3819) by [jaystone776](https://github.com/jaystone776).
* 🌐 Add Chinese translation for `docs/zh/docs/advanced/custom-request-and-route.md`. PR [3816](https://github.com/tiangolo/fastapi/pull/3816) by [jaystone776](https://github.com/jaystone776).
* 🌐 Add Chinese translation for `docs/zh/docs/external-links.md`. PR [3833](https://github.com/tiangolo/fastapi/pull/3833) by [jaystone776](https://github.com/jaystone776).
* 🌐 Add Chinese translation for `docs/zh/docs/advanced/templates.md`. PR [3812](https://github.com/tiangolo/fastapi/pull/3812) by [jaystone776](https://github.com/jaystone776).
* 🌐 Add Chinese translation for `docs/zh/docs/advanced/sub-applications.md`. PR [3811](https://github.com/tiangolo/fastapi/pull/3811) by [jaystone776](https://github.com/jaystone776).
* 🌐 Add Chinese translation for `docs/zh/docs/advanced/async-sql-databases.md`. PR [3805](https://github.com/tiangolo/fastapi/pull/3805) by [jaystone776](https://github.com/jaystone776).
* 🌐 Add Chinese translation for `docs/zh/docs/advanced/middleware.md`. PR [3804](https://github.com/tiangolo/fastapi/pull/3804) by [jaystone776](https://github.com/jaystone776).
* 🌐 Add Chinese translation for `docs/zh/docs/advanced/dataclasses.md`. PR [3803](https://github.com/tiangolo/fastapi/pull/3803) by [jaystone776](https://github.com/jaystone776).
* 🌐 Add Chinese translation for `docs/zh/docs/advanced/using-request-directly.md`. PR [3802](https://github.com/tiangolo/fastapi/pull/3802) by [jaystone776](https://github.com/jaystone776).
* 🌐 Add Chinese translation for `docs/zh/docs/advanced/security/http-basic-auth.md`. PR [3801](https://github.com/tiangolo/fastapi/pull/3801) by [jaystone776](https://github.com/jaystone776).
* 🌐 Add Chinese translation for `docs/zh/docs/advanced/security/oauth2-scopes.md`. PR [3800](https://github.com/tiangolo/fastapi/pull/3800) by [jaystone776](https://github.com/jaystone776).
* 🌐 Update Chinese translation for `docs/zh/docs/tutorial/cookie-params.md`. PR [3486](https://github.com/tiangolo/fastapi/pull/3486) by [jaystone776](https://github.com/jaystone776).
* 🌐 Update Chinese translation for `docs/zh/docs/tutorial/header-params.md`. PR [3487](https://github.com/tiangolo/fastapi/pull/3487) by [jaystone776](https://github.com/jaystone776).
* 🌐 Update Chinese translation for `docs/tutorial/response-status-code.md`. PR [3498](https://github.com/tiangolo/fastapi/pull/3498) by [jaystone776](https://github.com/jaystone776).
* 🌐 Add German translation for `docs/de/docs/tutorial/security/first-steps.md`. PR [10432](https://github.com/tiangolo/fastapi/pull/10432) by [nilslindemann](https://github.com/nilslindemann).
* 🌐 Add German translation for `docs/de/docs/advanced/events.md`. PR [10693](https://github.com/tiangolo/fastapi/pull/10693) by [nilslindemann](https://github.com/nilslindemann).
* 🌐 Add German translation for `docs/de/docs/deployment/cloud.md`. PR [10746](https://github.com/tiangolo/fastapi/pull/10746) by [nilslindemann](https://github.com/nilslindemann).
* 🌐 Add German translation for `docs/de/docs/advanced/behind-a-proxy.md`. PR [10675](https://github.com/tiangolo/fastapi/pull/10675) by [nilslindemann](https://github.com/nilslindemann).
* 🌐 Add German translation for `docs/de/docs/help-fastapi.md`. PR [10455](https://github.com/tiangolo/fastapi/pull/10455) by [nilslindemann](https://github.com/nilslindemann).
* 🌐 Update German translation for `docs/de/docs/python-types.md`. PR [10287](https://github.com/tiangolo/fastapi/pull/10287) by [nilslindemann](https://github.com/nilslindemann).
* 🌐 Add German translation for `docs/de/docs/tutorial/path-params.md`. PR [10290](https://github.com/tiangolo/fastapi/pull/10290) by [nilslindemann](https://github.com/nilslindemann).
* 🌐 Add German translation for `docs/de/docs/tutorial/handling-errors.md`. PR [10379](https://github.com/tiangolo/fastapi/pull/10379) by [nilslindemann](https://github.com/nilslindemann).
* 🌐 Update German translation for `docs/de/docs/index.md`. PR [10283](https://github.com/tiangolo/fastapi/pull/10283) by [nilslindemann](https://github.com/nilslindemann).
* 🌐 Add German translation for `docs/de/docs/advanced/security/http-basic-auth.md`. PR [10651](https://github.com/tiangolo/fastapi/pull/10651) by [nilslindemann](https://github.com/nilslindemann).
* 🌐 Add German translation for `docs/de/docs/tutorial/bigger-applications.md`. PR [10554](https://github.com/tiangolo/fastapi/pull/10554) by [nilslindemann](https://github.com/nilslindemann).
* 🌐 Add German translation for `docs/de/docs/advanced/path-operation-advanced-configuration.md`. PR [10612](https://github.com/tiangolo/fastapi/pull/10612) by [nilslindemann](https://github.com/nilslindemann).
* 🌐 Add German translation for `docs/de/docs/tutorial/static-files.md`. PR [10584](https://github.com/tiangolo/fastapi/pull/10584) by [nilslindemann](https://github.com/nilslindemann).
* 🌐 Add German translation for `docs/de/docs/tutorial/security/oauth2-jwt.md`. PR [10522](https://github.com/tiangolo/fastapi/pull/10522) by [nilslindemann](https://github.com/nilslindemann).
* 🌐 Add German translation for `docs/de/docs/tutorial/response-model.md`. PR [10345](https://github.com/tiangolo/fastapi/pull/10345) by [nilslindemann](https://github.com/nilslindemann).
* 🌐 Add German translation for `docs/de/docs/tutorial/extra-models.md`. PR [10351](https://github.com/tiangolo/fastapi/pull/10351) by [nilslindemann](https://github.com/nilslindemann).
* 🌐 Add German translation for `docs/de/docs/tutorial/body-updates.md`. PR [10396](https://github.com/tiangolo/fastapi/pull/10396) by [nilslindemann](https://github.com/nilslindemann).
* 🌐 Add German translation for `docs/de/docs/alternatives.md`. PR [10855](https://github.com/tiangolo/fastapi/pull/10855) by [nilslindemann](https://github.com/nilslindemann).
* 🌐 Add German translation for `docs/de/docs/advanced/templates.md`. PR [10678](https://github.com/tiangolo/fastapi/pull/10678) by [nilslindemann](https://github.com/nilslindemann).
* 🌐 Add German translation for `docs/de/docs/advanced/security/oauth2-scopes.md`. PR [10643](https://github.com/tiangolo/fastapi/pull/10643) by [nilslindemann](https://github.com/nilslindemann).
* 🌐 Add German translation for `docs/de/docs/advanced/async-tests.md`. PR [10708](https://github.com/tiangolo/fastapi/pull/10708) by [nilslindemann](https://github.com/nilslindemann).
* 🌐 Add German translation for `docs/de/docs/tutorial/metadata.md`. PR [10581](https://github.com/tiangolo/fastapi/pull/10581) by [nilslindemann](https://github.com/nilslindemann).
* 🌐 Add German translation for `docs/de/docs/tutorial/testing.md`. PR [10586](https://github.com/tiangolo/fastapi/pull/10586) by [nilslindemann](https://github.com/nilslindemann).
* 🌐 Add German translation for `docs/de/docs/tutorial/schema-extra-example.md`. PR [10597](https://github.com/tiangolo/fastapi/pull/10597) by [nilslindemann](https://github.com/nilslindemann).
* 🌐 Add German translation for `docs/de/docs/advanced/index.md`. PR [10611](https://github.com/tiangolo/fastapi/pull/10611) by [nilslindemann](https://github.com/nilslindemann).
* 🌐 Add German translation for `docs/de/docs/advanced/response-directly.md`. PR [10618](https://github.com/tiangolo/fastapi/pull/10618) by [nilslindemann](https://github.com/nilslindemann).
* 🌐 Add German translation for `docs/de/docs/advanced/additional-responses.md`. PR [10626](https://github.com/tiangolo/fastapi/pull/10626) by [nilslindemann](https://github.com/nilslindemann).
* 🌐 Add German translation for `docs/de/docs/advanced/response-cookies.md`. PR [10627](https://github.com/tiangolo/fastapi/pull/10627) by [nilslindemann](https://github.com/nilslindemann).
* 🌐 Add German translation for `docs/de/docs/advanced/response-headers.md`. PR [10628](https://github.com/tiangolo/fastapi/pull/10628) by [nilslindemann](https://github.com/nilslindemann).
* 🌐 Add German translation for `docs/de/docs/advanced/response-change-status-code.md`. PR [10632](https://github.com/tiangolo/fastapi/pull/10632) by [nilslindemann](https://github.com/nilslindemann).
* 🌐 Add German translation for `docs/de/docs/advanced/advanced-dependencies.md`. PR [10633](https://github.com/tiangolo/fastapi/pull/10633) by [nilslindemann](https://github.com/nilslindemann).
* 🌐 Add German translation for `docs/de/docs/advanced/security/index.md`. PR [10635](https://github.com/tiangolo/fastapi/pull/10635) by [nilslindemann](https://github.com/nilslindemann).
* 🌐 Add German translation for `docs/de/docs/advanced/using-request-directly.md`. PR [10653](https://github.com/tiangolo/fastapi/pull/10653) by [nilslindemann](https://github.com/nilslindemann).
* 🌐 Add German translation for `docs/de/docs/advanced/dataclasses.md`. PR [10667](https://github.com/tiangolo/fastapi/pull/10667) by [nilslindemann](https://github.com/nilslindemann).
* 🌐 Add German translation for `docs/de/docs/advanced/middleware.md`. PR [10668](https://github.com/tiangolo/fastapi/pull/10668) by [nilslindemann](https://github.com/nilslindemann).
* 🌐 Add German translation for `docs/de/docs/advanced/sub-applications.md`. PR [10671](https://github.com/tiangolo/fastapi/pull/10671) by [nilslindemann](https://github.com/nilslindemann).
* 🌐 Add German translation for `docs/de/docs/advanced/websockets.md`. PR [10687](https://github.com/tiangolo/fastapi/pull/10687) by [nilslindemann](https://github.com/nilslindemann).
* 🌐 Add German translation for `docs/de/docs/advanced/testing-websockets.md`. PR [10703](https://github.com/tiangolo/fastapi/pull/10703) by [nilslindemann](https://github.com/nilslindemann).
* 🌐 Add German translation for `docs/de/docs/advanced/testing-events.md`. PR [10704](https://github.com/tiangolo/fastapi/pull/10704) by [nilslindemann](https://github.com/nilslindemann).
* 🌐 Add German translation for `docs/de/docs/advanced/testing-dependencies.md`. PR [10706](https://github.com/tiangolo/fastapi/pull/10706) by [nilslindemann](https://github.com/nilslindemann).
* 🌐 Add German translation for `docs/de/docs/advanced/openapi-callbacks.md`. PR [10710](https://github.com/tiangolo/fastapi/pull/10710) by [nilslindemann](https://github.com/nilslindemann).
* 🌐 Add German translation for `docs/de/docs/advanced/settings.md`. PR [10709](https://github.com/tiangolo/fastapi/pull/10709) by [nilslindemann](https://github.com/nilslindemann).
* 🌐 Add German translation for `docs/de/docs/advanced/wsgi.md`. PR [10713](https://github.com/tiangolo/fastapi/pull/10713) by [nilslindemann](https://github.com/nilslindemann).
* 🌐 Add German translation for `docs/de/docs/deployment/index.md`. PR [10733](https://github.com/tiangolo/fastapi/pull/10733) by [nilslindemann](https://github.com/nilslindemann).
* 🌐 Add German translation for `docs/de/docs/deployment/https.md`. PR [10737](https://github.com/tiangolo/fastapi/pull/10737) by [nilslindemann](https://github.com/nilslindemann).
* 🌐 Add German translation for `docs/de/docs/deployment/manually.md`. PR [10738](https://github.com/tiangolo/fastapi/pull/10738) by [nilslindemann](https://github.com/nilslindemann).
* 🌐 Add German translation for `docs/de/docs/deployment/concepts.md`. PR [10744](https://github.com/tiangolo/fastapi/pull/10744) by [nilslindemann](https://github.com/nilslindemann).
* 🌐 Update German translation for `docs/de/docs/features.md`. PR [10284](https://github.com/tiangolo/fastapi/pull/10284) by [nilslindemann](https://github.com/nilslindemann).
* 🌐 Add German translation for `docs/de/docs/deployment/server-workers.md`. PR [10747](https://github.com/tiangolo/fastapi/pull/10747) by [nilslindemann](https://github.com/nilslindemann).
* 🌐 Add German translation for `docs/de/docs/deployment/docker.md`. PR [10759](https://github.com/tiangolo/fastapi/pull/10759) by [nilslindemann](https://github.com/nilslindemann).
* 🌐 Add German translation for `docs/de/docs/how-to/index.md`. PR [10769](https://github.com/tiangolo/fastapi/pull/10769) by [nilslindemann](https://github.com/nilslindemann).
* 🌐 Add German translation for `docs/de/docs/how-to/general.md`. PR [10770](https://github.com/tiangolo/fastapi/pull/10770) by [nilslindemann](https://github.com/nilslindemann).
* 🌐 Add German translation for `docs/de/docs/how-to/graphql.md`. PR [10788](https://github.com/tiangolo/fastapi/pull/10788) by [nilslindemann](https://github.com/nilslindemann).
* 🌐 Add German translation for `docs/de/docs/how-to/custom-request-and-route.md`. PR [10789](https://github.com/tiangolo/fastapi/pull/10789) by [nilslindemann](https://github.com/nilslindemann).
* 🌐 Add German translation for `docs/de/docs/how-to/conditional-openapi.md`. PR [10790](https://github.com/tiangolo/fastapi/pull/10790) by [nilslindemann](https://github.com/nilslindemann).
* 🌐 Add German translation for `docs/de/docs/how-to/separate-openapi-schemas.md`. PR [10796](https://github.com/tiangolo/fastapi/pull/10796) by [nilslindemann](https://github.com/nilslindemann).
* 🌐 Add German translation for `docs/de/docs/how-to/configure-swagger-ui.md`. PR [10804](https://github.com/tiangolo/fastapi/pull/10804) by [nilslindemann](https://github.com/nilslindemann).
* 🌐 Add German translation for `docs/de/docs/how-to/custom-docs-ui-assets.md`. PR [10803](https://github.com/tiangolo/fastapi/pull/10803) by [nilslindemann](https://github.com/nilslindemann).
* 🌐 Add German translation for `docs/de/docs/reference/parameters.md`. PR [10814](https://github.com/tiangolo/fastapi/pull/10814) by [nilslindemann](https://github.com/nilslindemann).
* 🌐 Add German translation for `docs/de/docs/reference/status.md`. PR [10815](https://github.com/tiangolo/fastapi/pull/10815) by [nilslindemann](https://github.com/nilslindemann).
* 🌐 Add German translation for `docs/de/docs/reference/uploadfile.md`. PR [10816](https://github.com/tiangolo/fastapi/pull/10816) by [nilslindemann](https://github.com/nilslindemann).
* 🌐 Add German translation for `docs/de/docs/reference/exceptions.md`. PR [10817](https://github.com/tiangolo/fastapi/pull/10817) by [nilslindemann](https://github.com/nilslindemann).
* 🌐 Add German translation for `docs/de/docs/reference/dependencies.md`. PR [10818](https://github.com/tiangolo/fastapi/pull/10818) by [nilslindemann](https://github.com/nilslindemann).
* 🌐 Add German translation for `docs/de/docs/reference/apirouter.md`. PR [10819](https://github.com/tiangolo/fastapi/pull/10819) by [nilslindemann](https://github.com/nilslindemann).
* 🌐 Add German translation for `docs/de/docs/reference/websockets.md`. PR [10822](https://github.com/tiangolo/fastapi/pull/10822) by [nilslindemann](https://github.com/nilslindemann).
* 🌐 Add German translation for `docs/de/docs/reference/httpconnection.md`. PR [10823](https://github.com/tiangolo/fastapi/pull/10823) by [nilslindemann](https://github.com/nilslindemann).
* 🌐 Add German translation for `docs/de/docs/reference/response.md`. PR [10824](https://github.com/tiangolo/fastapi/pull/10824) by [nilslindemann](https://github.com/nilslindemann).
* 🌐 Add German translation for `docs/de/docs/reference/middleware.md`. PR [10837](https://github.com/tiangolo/fastapi/pull/10837) by [nilslindemann](https://github.com/nilslindemann).
* 🌐 Add German translation for `docs/de/docs/reference/openapi/*.md`. PR [10838](https://github.com/tiangolo/fastapi/pull/10838) by [nilslindemann](https://github.com/nilslindemann).
* 🌐 Add German translation for `docs/de/docs/reference/security/index.md`. PR [10839](https://github.com/tiangolo/fastapi/pull/10839) by [nilslindemann](https://github.com/nilslindemann).
* 🌐 Add German translation for `docs/de/docs/reference/staticfiles.md`. PR [10841](https://github.com/tiangolo/fastapi/pull/10841) by [nilslindemann](https://github.com/nilslindemann).
* 🌐 Add German translation for `docs/de/docs/reference/testclient.md`. PR [10843](https://github.com/tiangolo/fastapi/pull/10843) by [nilslindemann](https://github.com/nilslindemann).
* 🌐 Add German translation for `docs/de/docs/project-generation.md`. PR [10851](https://github.com/tiangolo/fastapi/pull/10851) by [nilslindemann](https://github.com/nilslindemann).
* 🌐 Add German translation for `docs/de/docs/history-design-future.md`. PR [10865](https://github.com/tiangolo/fastapi/pull/10865) by [nilslindemann](https://github.com/nilslindemann).
* 🌐 Add German translation for `docs/de/docs/tutorial/dependencies/dependencies-with-yield.md`. PR [10422](https://github.com/tiangolo/fastapi/pull/10422) by [nilslindemann](https://github.com/nilslindemann).
* 🌐 Add German translation for `docs/de/docs/tutorial/dependencies/global-dependencies.md`. PR [10420](https://github.com/tiangolo/fastapi/pull/10420) by [nilslindemann](https://github.com/nilslindemann).
* 🌐 Update German translation for `docs/de/docs/fastapi-people.md`. PR [10285](https://github.com/tiangolo/fastapi/pull/10285) by [nilslindemann](https://github.com/nilslindemann).
* 🌐 Add German translation for `docs/de/docs/tutorial/dependencies/sub-dependencies.md`. PR [10409](https://github.com/tiangolo/fastapi/pull/10409) by [nilslindemann](https://github.com/nilslindemann).
* 🌐 Add German translation for `docs/de/docs/tutorial/security/index.md`. PR [10429](https://github.com/tiangolo/fastapi/pull/10429) by [nilslindemann](https://github.com/nilslindemann).
* 🌐 Add German translation for `docs/de/docs/tutorial/dependencies/dependencies-in-path-operation-decorators.md`. PR [10411](https://github.com/tiangolo/fastapi/pull/10411) by [nilslindemann](https://github.com/nilslindemann).
* 🌐 Add German translation for `docs/de/docs/tutorial/extra-data-types.md`. PR [10534](https://github.com/tiangolo/fastapi/pull/10534) by [nilslindemann](https://github.com/nilslindemann).
* 🌐 Add German translation for `docs/de/docs/tutorial/security/simple-oauth2.md`. PR [10504](https://github.com/tiangolo/fastapi/pull/10504) by [nilslindemann](https://github.com/nilslindemann).
* 🌐 Add German translation for `docs/de/docs/tutorial/security/get-current-user.md`. PR [10439](https://github.com/tiangolo/fastapi/pull/10439) by [nilslindemann](https://github.com/nilslindemann).
* 🌐 Add German translation for `docs/de/docs/tutorial/request-forms-and-files.md`. PR [10368](https://github.com/tiangolo/fastapi/pull/10368) by [nilslindemann](https://github.com/nilslindemann).
* 🌐 Add German translation for `docs/de/docs/tutorial/encoder.md`. PR [10385](https://github.com/tiangolo/fastapi/pull/10385) by [nilslindemann](https://github.com/nilslindemann).
* 🌐 Add German translation for `docs/de/docs/tutorial/request-forms.md`. PR [10361](https://github.com/tiangolo/fastapi/pull/10361) by [nilslindemann](https://github.com/nilslindemann).
* 🌐 Add German translation for `docs/de/docs/deployment/versions.md`. PR [10491](https://github.com/tiangolo/fastapi/pull/10491) by [nilslindemann](https://github.com/nilslindemann).
* 🌐 Add German translation for `docs/de/docs/async.md`. PR [10449](https://github.com/tiangolo/fastapi/pull/10449) by [nilslindemann](https://github.com/nilslindemann).
* 🌐 Add German translation for `docs/de/docs/tutorial/cookie-params.md`. PR [10323](https://github.com/tiangolo/fastapi/pull/10323) by [nilslindemann](https://github.com/nilslindemann).
* 🌐 Add German translation for `docs/de/docs/tutorial/dependencies/classes-as-dependencies.md`. PR [10407](https://github.com/tiangolo/fastapi/pull/10407) by [nilslindemann](https://github.com/nilslindemann).
* 🌐 Add German translation for `docs/de/docs/tutorial/dependencies/index.md`. PR [10399](https://github.com/tiangolo/fastapi/pull/10399) by [nilslindemann](https://github.com/nilslindemann).
* 🌐 Add German translation for `docs/de/docs/tutorial/header-params.md`. PR [10326](https://github.com/tiangolo/fastapi/pull/10326) by [nilslindemann](https://github.com/nilslindemann).
* 🌐 Add German translation for `docs/de/docs/tutorial/path-params-numeric-validations.md`. PR [10307](https://github.com/tiangolo/fastapi/pull/10307) by [nilslindemann](https://github.com/nilslindemann).
* 🌐 Add German translation for `docs/de/docs/tutorial/query-params-str-validations.md`. PR [10304](https://github.com/tiangolo/fastapi/pull/10304) by [nilslindemann](https://github.com/nilslindemann).
* 🌐 Add German translation for `docs/de/docs/tutorial/request-files.md`. PR [10364](https://github.com/tiangolo/fastapi/pull/10364) by [nilslindemann](https://github.com/nilslindemann).
* :globe_with_meridians: Add Portuguese translation for `docs/pt/docs/advanced/templates.md`. PR [11338](https://github.com/tiangolo/fastapi/pull/11338) by [SamuelBFavarin](https://github.com/SamuelBFavarin).
* 🌐 Add Bengali translations for `docs/bn/docs/learn/index.md`. PR [11337](https://github.com/tiangolo/fastapi/pull/11337) by [imtiaz101325](https://github.com/imtiaz101325).
* 🌐 Fix Korean translation for `docs/ko/docs/index.md`. PR [11296](https://github.com/tiangolo/fastapi/pull/11296) by [choi-haram](https://github.com/choi-haram).
* 🌐 Add Korean translation for `docs/ko/docs/about/index.md`. PR [11299](https://github.com/tiangolo/fastapi/pull/11299) by [choi-haram](https://github.com/choi-haram).
* 🌐 Add Korean translation for `docs/ko/docs/advanced/index.md`. PR [9613](https://github.com/tiangolo/fastapi/pull/9613) by [ElliottLarsen](https://github.com/ElliottLarsen).
* 🌐 Add German translation for `docs/de/docs/how-to/extending-openapi.md`. PR [10794](https://github.com/tiangolo/fastapi/pull/10794) by [nilslindemann](https://github.com/nilslindemann).
* 🌐 Update Chinese translation for `docs/zh/docs/tutorial/metadata.md`. PR [11286](https://github.com/tiangolo/fastapi/pull/11286) by [jackleeio](https://github.com/jackleeio).
* 🌐 Update Chinese translation for `docs/zh/docs/contributing.md`. PR [10887](https://github.com/tiangolo/fastapi/pull/10887) by [Aruelius](https://github.com/Aruelius).
* 🌐 Add Azerbaijani translation for `docs/az/docs/fastapi-people.md`. PR [11195](https://github.com/tiangolo/fastapi/pull/11195) by [vusallyv](https://github.com/vusallyv).
* 🌐 Add Russian translation for `docs/ru/docs/tutorial/dependencies/index.md`. PR [11223](https://github.com/tiangolo/fastapi/pull/11223) by [kohiry](https://github.com/kohiry).
* 🌐 Update Chinese translation for `docs/zh/docs/tutorial/query-params.md`. PR [11242](https://github.com/tiangolo/fastapi/pull/11242) by [jackleeio](https://github.com/jackleeio).
* 🌐 Add Azerbaijani translation for `docs/az/learn/index.md`. PR [11192](https://github.com/tiangolo/fastapi/pull/11192) by [vusallyv](https://github.com/vusallyv).

Internal

* 👥 Update FastAPI People. PR [11387](https://github.com/tiangolo/fastapi/pull/11387) by [tiangolo](https://github.com/tiangolo).
* ⬆ Bump actions/cache from 3 to 4. PR [10988](https://github.com/tiangolo/fastapi/pull/10988) by [dependabot[bot]](https://github.com/apps/dependabot).
* ⬆ Bump pypa/gh-action-pypi-publish from 1.8.11 to 1.8.14. PR [11318](https://github.com/tiangolo/fastapi/pull/11318) by [dependabot[bot]](https://github.com/apps/dependabot).
* ⬆ Bump pillow from 10.1.0 to 10.2.0. PR [11011](https://github.com/tiangolo/fastapi/pull/11011) by [dependabot[bot]](https://github.com/apps/dependabot).
* ⬆ Bump black from 23.3.0 to 24.3.0. PR [11325](https://github.com/tiangolo/fastapi/pull/11325) by [dependabot[bot]](https://github.com/apps/dependabot).
* 👷 Add cron to run test once a week on monday. PR [11377](https://github.com/tiangolo/fastapi/pull/11377) by [estebanx64](https://github.com/estebanx64).
* ➕ Replace mkdocs-markdownextradata-plugin with mkdocs-macros-plugin. PR [11383](https://github.com/tiangolo/fastapi/pull/11383) by [tiangolo](https://github.com/tiangolo).
* 👷 Disable MkDocs insiders social plugin while an issue in MkDocs Material is handled. PR [11373](https://github.com/tiangolo/fastapi/pull/11373) by [tiangolo](https://github.com/tiangolo).
* 👷 Fix logic for when to install and use MkDocs Insiders. PR [11372](https://github.com/tiangolo/fastapi/pull/11372) by [tiangolo](https://github.com/tiangolo).
* 👷 Do not use Python packages cache for publish. PR [11366](https://github.com/tiangolo/fastapi/pull/11366) by [tiangolo](https://github.com/tiangolo).
* 👷 Add CI to test sdists for redistribution (e.g. Linux distros). PR [11365](https://github.com/tiangolo/fastapi/pull/11365) by [tiangolo](https://github.com/tiangolo).
* 👷 Update build-docs GitHub Action path filter. PR [11354](https://github.com/tiangolo/fastapi/pull/11354) by [tiangolo](https://github.com/tiangolo).
* 🔧 Update Ruff config, add extra ignore rule from SQLModel. PR [11353](https://github.com/tiangolo/fastapi/pull/11353) by [tiangolo](https://github.com/tiangolo).
* ⬆️ Upgrade configuration for Ruff v0.2.0. PR [11075](https://github.com/tiangolo/fastapi/pull/11075) by [charliermarsh](https://github.com/charliermarsh).
* 🔧 Update sponsors, add MongoDB. PR [11346](https://github.com/tiangolo/fastapi/pull/11346) by [tiangolo](https://github.com/tiangolo).
* ⬆ Bump dorny/paths-filter from 2 to 3. PR [11028](https://github.com/tiangolo/fastapi/pull/11028) by [dependabot[bot]](https://github.com/apps/dependabot).
* ⬆ Bump dawidd6/action-download-artifact from 3.0.0 to 3.1.4. PR [11310](https://github.com/tiangolo/fastapi/pull/11310) by [dependabot[bot]](https://github.com/apps/dependabot).
* ♻️ Refactor computing FastAPI People, include 3 months, 6 months, 1 year, based on comment date, not discussion date. PR [11304](https://github.com/tiangolo/fastapi/pull/11304) by [tiangolo](https://github.com/tiangolo).
* 👥 Update FastAPI People. PR [11228](https://github.com/tiangolo/fastapi/pull/11228) by [tiangolo](https://github.com/tiangolo).
* 🔥 Remove Jina AI QA Bot from the docs. PR [11268](https://github.com/tiangolo/fastapi/pull/11268) by [nan-wang](https://github.com/nan-wang).
* 🔧 Update sponsors, remove Jina, remove Powens, move TestDriven.io. PR [11213](https://github.com/tiangolo/fastapi/pull/11213) by [tiangolo](https://github.com/tiangolo).

0.110.0

Breaking Changes

* 🐛 Fix unhandled growing memory for internal server errors, refactor dependencies with `yield` and `except` to require raising again as in regular Python. PR [11191](https://github.com/tiangolo/fastapi/pull/11191) by [tiangolo](https://github.com/tiangolo).
* This is a breaking change (and only slightly) if you used dependencies with `yield`, used `except` in those dependencies, and didn't raise again.
* This was reported internally by [rushilsrivastava](https://github.com/rushilsrivastava) as a memory leak when the server had unhandled exceptions that would produce internal server errors, the memory allocated before that point would not be released.
* Read the new docs: [Dependencies with `yield` and `except`](https://fastapi.tiangolo.com/tutorial/dependencies/dependencies-with-yield/#dependencies-with-yield-and-except).

In short, if you had dependencies that looked like:

Python
def my_dep():
try:
yield
except SomeException:
pass


Now you need to make sure you raise again after `except`, just as you would in regular Python:

Python
def my_dep():
try:
yield
except SomeException:
raise


Docs

* ✏️ Fix minor typos in `docs/ko/docs/`. PR [11126](https://github.com/tiangolo/fastapi/pull/11126) by [KaniKim](https://github.com/KaniKim).
* ✏️ Fix minor typo in `fastapi/applications.py`. PR [11099](https://github.com/tiangolo/fastapi/pull/11099) by [JacobHayes](https://github.com/JacobHayes).

Translations

* 🌐 Add German translation for `docs/de/docs/reference/background.md`. PR [10820](https://github.com/tiangolo/fastapi/pull/10820) by [nilslindemann](https://github.com/nilslindemann).
* 🌐 Add German translation for `docs/de/docs/reference/templating.md`. PR [10842](https://github.com/tiangolo/fastapi/pull/10842) by [nilslindemann](https://github.com/nilslindemann).
* 🌐 Add German translation for `docs/de/docs/external-links.md`. PR [10852](https://github.com/tiangolo/fastapi/pull/10852) by [nilslindemann](https://github.com/nilslindemann).
* 🌐 Update Turkish translation for `docs/tr/docs/tutorial/query-params.md`. PR [11162](https://github.com/tiangolo/fastapi/pull/11162) by [hasansezertasan](https://github.com/hasansezertasan).
* 🌐 Add German translation for `docs/de/docs/reference/encoders.md`. PR [10840](https://github.com/tiangolo/fastapi/pull/10840) by [nilslindemann](https://github.com/nilslindemann).
* 🌐 Add German translation for `docs/de/docs/reference/responses.md`. PR [10825](https://github.com/tiangolo/fastapi/pull/10825) by [nilslindemann](https://github.com/nilslindemann).
* 🌐 Add German translation for `docs/de/docs/reference/request.md`. PR [10821](https://github.com/tiangolo/fastapi/pull/10821) by [nilslindemann](https://github.com/nilslindemann).
* 🌐 Add Turkish translation for `docs/tr/docs/tutorial/query-params.md`. PR [11078](https://github.com/tiangolo/fastapi/pull/11078) by [emrhnsyts](https://github.com/emrhnsyts).
* 🌐 Add German translation for `docs/de/docs/reference/fastapi.md`. PR [10813](https://github.com/tiangolo/fastapi/pull/10813) by [nilslindemann](https://github.com/nilslindemann).
* 🌐 Add German translation for `docs/de/docs/newsletter.md`. PR [10853](https://github.com/tiangolo/fastapi/pull/10853) by [nilslindemann](https://github.com/nilslindemann).
* 🌐 Add Traditional Chinese translation for `docs/zh-hant/docs/learn/index.md`. PR [11142](https://github.com/tiangolo/fastapi/pull/11142) by [hsuanchi](https://github.com/hsuanchi).
* 🌐 Add Korean translation for `/docs/ko/docs/tutorial/dependencies/global-dependencies.md`. PR [11123](https://github.com/tiangolo/fastapi/pull/11123) by [riroan](https://github.com/riroan).
* 🌐 Add Korean translation for `/docs/ko/docs/tutorial/dependencies/dependencies-in-path-operation-decorators.md`. PR [11124](https://github.com/tiangolo/fastapi/pull/11124) by [riroan](https://github.com/riroan).
* 🌐 Add Korean translation for `/docs/ko/docs/tutorial/schema-extra-example.md`. PR [11121](https://github.com/tiangolo/fastapi/pull/11121) by [KaniKim](https://github.com/KaniKim).
* 🌐 Add Korean translation for `/docs/ko/docs/tutorial/body-fields.md`. PR [11112](https://github.com/tiangolo/fastapi/pull/11112) by [KaniKim](https://github.com/KaniKim).
* 🌐 Add Korean translation for `/docs/ko/docs/tutorial/cookie-params.md`. PR [11118](https://github.com/tiangolo/fastapi/pull/11118) by [riroan](https://github.com/riroan).
* 🌐 Update Korean translation for `/docs/ko/docs/dependencies/index.md`. PR [11114](https://github.com/tiangolo/fastapi/pull/11114) by [KaniKim](https://github.com/KaniKim).
* 🌐 Update Korean translation for `/docs/ko/docs/deployment/docker.md`. PR [11113](https://github.com/tiangolo/fastapi/pull/11113) by [KaniKim](https://github.com/KaniKim).
* 🌐 Update Turkish translation for `docs/tr/docs/tutorial/first-steps.md`. PR [11094](https://github.com/tiangolo/fastapi/pull/11094) by [hasansezertasan](https://github.com/hasansezertasan).
* 🌐 Add Spanish translation for `docs/es/docs/advanced/security/index.md`. PR [2278](https://github.com/tiangolo/fastapi/pull/2278) by [Xaraxx](https://github.com/Xaraxx).
* 🌐 Add Spanish translation for `docs/es/docs/advanced/response-headers.md`. PR [2276](https://github.com/tiangolo/fastapi/pull/2276) by [Xaraxx](https://github.com/Xaraxx).
* 🌐 Add Spanish translation for `docs/es/docs/deployment/index.md` and `~/deployment/versions.md`. PR [9669](https://github.com/tiangolo/fastapi/pull/9669) by [pabloperezmoya](https://github.com/pabloperezmoya).
* 🌐 Add Spanish translation for `docs/es/docs/benchmarks.md`. PR [10928](https://github.com/tiangolo/fastapi/pull/10928) by [pablocm83](https://github.com/pablocm83).
* 🌐 Add Spanish translation for `docs/es/docs/advanced/response-change-status-code.md`. PR [11100](https://github.com/tiangolo/fastapi/pull/11100) by [alejsdev](https://github.com/alejsdev).

0.109.2

Upgrades

* ⬆️ Upgrade version of Starlette to `>= 0.36.3`. PR [11086](https://github.com/tiangolo/fastapi/pull/11086) by [tiangolo](https://github.com/tiangolo).

Translations

* 🌐 Update Turkish translation for `docs/tr/docs/fastapi-people.md`. PR [10547](https://github.com/tiangolo/fastapi/pull/10547) by [alperiox](https://github.com/alperiox).

Internal

* 🍱 Add new FastAPI logo. PR [11090](https://github.com/tiangolo/fastapi/pull/11090) by [tiangolo](https://github.com/tiangolo).

0.109.1

Security fixes

* ⬆️ Upgrade minimum version of `python-multipart` to `>=0.0.7` to fix a vulnerability when using form data with a ReDos attack. You can also simply upgrade `python-multipart`.

Read more in the [advisory: Content-Type Header ReDoS](https://github.com/tiangolo/fastapi/security/advisories/GHSA-qf9m-vfgh-m389).

Features

* ✨ Include HTTP 205 in status codes with no body. PR [10969](https://github.com/tiangolo/fastapi/pull/10969) by [tiangolo](https://github.com/tiangolo).

Refactors

* ✅ Refactor tests for duplicate operation ID generation for compatibility with other tools running the FastAPI test suite. PR [10876](https://github.com/tiangolo/fastapi/pull/10876) by [emmettbutler](https://github.com/emmettbutler).
* ♻️ Simplify string format with f-strings in `fastapi/utils.py`. PR [10576](https://github.com/tiangolo/fastapi/pull/10576) by [eukub](https://github.com/eukub).
* 🔧 Fix Ruff configuration unintentionally enabling and re-disabling mccabe complexity check. PR [10893](https://github.com/tiangolo/fastapi/pull/10893) by [jiridanek](https://github.com/jiridanek).
* ✅ Re-enable test in `tests/test_tutorial/test_header_params/test_tutorial003.py` after fix in Starlette. PR [10904](https://github.com/tiangolo/fastapi/pull/10904) by [ooknimm](https://github.com/ooknimm).

Docs

* 📝 Tweak wording in `help-fastapi.md`. PR [11040](https://github.com/tiangolo/fastapi/pull/11040) by [tiangolo](https://github.com/tiangolo).
* 📝 Tweak docs for Behind a Proxy. PR [11038](https://github.com/tiangolo/fastapi/pull/11038) by [tiangolo](https://github.com/tiangolo).
* 📝 Add External Link: 10 Tips for adding SQLAlchemy to FastAPI. PR [11036](https://github.com/tiangolo/fastapi/pull/11036) by [Donnype](https://github.com/Donnype).
* 📝 Add External Link: Tips on migrating from Flask to FastAPI and vice-versa. PR [11029](https://github.com/tiangolo/fastapi/pull/11029) by [jtemporal](https://github.com/jtemporal).
* 📝 Deprecate old tutorials: Peewee, Couchbase, encode/databases. PR [10979](https://github.com/tiangolo/fastapi/pull/10979) by [tiangolo](https://github.com/tiangolo).
* ✏️ Fix typo in `fastapi/security/oauth2.py`. PR [10972](https://github.com/tiangolo/fastapi/pull/10972) by [RafalSkolasinski](https://github.com/RafalSkolasinski).
* 📝 Update `HTTPException` details in `docs/en/docs/tutorial/handling-errors.md`. PR [5418](https://github.com/tiangolo/fastapi/pull/5418) by [papb](https://github.com/papb).
* ✏️ A few tweaks in `docs/de/docs/tutorial/first-steps.md`. PR [10959](https://github.com/tiangolo/fastapi/pull/10959) by [nilslindemann](https://github.com/nilslindemann).
* ✏️ Fix link in `docs/en/docs/advanced/async-tests.md`. PR [10960](https://github.com/tiangolo/fastapi/pull/10960) by [nilslindemann](https://github.com/nilslindemann).
* ✏️ Fix typos for Spanish documentation. PR [10957](https://github.com/tiangolo/fastapi/pull/10957) by [jlopezlira](https://github.com/jlopezlira).
* 📝 Add warning about lifespan functions and backwards compatibility with events. PR [10734](https://github.com/tiangolo/fastapi/pull/10734) by [jacob-indigo](https://github.com/jacob-indigo).
* ✏️ Fix broken link in `docs/tutorial/sql-databases.md` in several languages. PR [10716](https://github.com/tiangolo/fastapi/pull/10716) by [theoohoho](https://github.com/theoohoho).
* ✏️ Remove broken links from `external_links.yml`. PR [10943](https://github.com/tiangolo/fastapi/pull/10943) by [Torabek](https://github.com/Torabek).
* 📝 Update template docs with more info about `url_for`. PR [5937](https://github.com/tiangolo/fastapi/pull/5937) by [EzzEddin](https://github.com/EzzEddin).
* 📝 Update usage of Token model in security docs. PR [9313](https://github.com/tiangolo/fastapi/pull/9313) by [piotrszacilowski](https://github.com/piotrszacilowski).
* ✏️ Update highlighted line in `docs/en/docs/tutorial/bigger-applications.md`. PR [5490](https://github.com/tiangolo/fastapi/pull/5490) by [papb](https://github.com/papb).
* 📝 Add External Link: Explore How to Effectively Use JWT With FastAPI. PR [10212](https://github.com/tiangolo/fastapi/pull/10212) by [aanchlia](https://github.com/aanchlia).
* 📝 Add hyperlink to `docs/en/docs/tutorial/static-files.md`. PR [10243](https://github.com/tiangolo/fastapi/pull/10243) by [hungtsetse](https://github.com/hungtsetse).
* 📝 Add External Link: Instrument a FastAPI service adding tracing with OpenTelemetry and send/show traces in Grafana Tempo. PR [9440](https://github.com/tiangolo/fastapi/pull/9440) by [softwarebloat](https://github.com/softwarebloat).
* 📝 Review and rewording of `en/docs/contributing.md`. PR [10480](https://github.com/tiangolo/fastapi/pull/10480) by [nilslindemann](https://github.com/nilslindemann).
* 📝 Add External Link: ML serving and monitoring with FastAPI and Evidently. PR [9701](https://github.com/tiangolo/fastapi/pull/9701) by [mnrozhkov](https://github.com/mnrozhkov).
* 📝 Reword in docs, from "have in mind" to "keep in mind". PR [10376](https://github.com/tiangolo/fastapi/pull/10376) by [malicious](https://github.com/malicious).
* 📝 Add External Link: Talk by Jeny Sadadia. PR [10265](https://github.com/tiangolo/fastapi/pull/10265) by [JenySadadia](https://github.com/JenySadadia).
* 📝 Add location info to `tutorial/bigger-applications.md`. PR [10552](https://github.com/tiangolo/fastapi/pull/10552) by [nilslindemann](https://github.com/nilslindemann).
* ✏️ Fix Pydantic method name in `docs/en/docs/advanced/path-operation-advanced-configuration.md`. PR [10826](https://github.com/tiangolo/fastapi/pull/10826) by [ahmedabdou14](https://github.com/ahmedabdou14).

Translations

* 🌐 Add Spanish translation for `docs/es/docs/external-links.md`. PR [10933](https://github.com/tiangolo/fastapi/pull/10933) by [pablocm83](https://github.com/pablocm83).
* 🌐 Update Korean translation for `docs/ko/docs/tutorial/first-steps.md`, `docs/ko/docs/tutorial/index.md`, `docs/ko/docs/tutorial/path-params.md`, and `docs/ko/docs/tutorial/query-params.md`. PR [4218](https://github.com/tiangolo/fastapi/pull/4218) by [SnowSuno](https://github.com/SnowSuno).
* 🌐 Add Chinese translation for `docs/zh/docs/tutorial/dependencies/dependencies-with-yield.md`. PR [10870](https://github.com/tiangolo/fastapi/pull/10870) by [zhiquanchi](https://github.com/zhiquanchi).
* 🌐 Add Chinese translation for `docs/zh/docs/deployment/concepts.md`. PR [10282](https://github.com/tiangolo/fastapi/pull/10282) by [xzmeng](https://github.com/xzmeng).
* 🌐 Add Azerbaijani translation for `docs/az/docs/index.md`. PR [11047](https://github.com/tiangolo/fastapi/pull/11047) by [aykhans](https://github.com/aykhans).
* 🌐 Add Korean translation for `docs/ko/docs/tutorial/middleware.md`. PR [2829](https://github.com/tiangolo/fastapi/pull/2829) by [JeongHyeongKim](https://github.com/JeongHyeongKim).
* 🌐 Add German translation for `docs/de/docs/tutorial/body-nested-models.md`. PR [10313](https://github.com/tiangolo/fastapi/pull/10313) by [nilslindemann](https://github.com/nilslindemann).
* 🌐 Add Persian translation for `docs/fa/docs/tutorial/middleware.md`. PR [9695](https://github.com/tiangolo/fastapi/pull/9695) by [mojtabapaso](https://github.com/mojtabapaso).
* 🌐 Update Farsi translation for `docs/fa/docs/index.md`. PR [10216](https://github.com/tiangolo/fastapi/pull/10216) by [theonlykingpin](https://github.com/theonlykingpin).
* 🌐 Add German translation for `docs/de/docs/tutorial/body-fields.md`. PR [10310](https://github.com/tiangolo/fastapi/pull/10310) by [nilslindemann](https://github.com/nilslindemann).
* 🌐 Add German translation for `docs/de/docs/tutorial/body.md`. PR [10295](https://github.com/tiangolo/fastapi/pull/10295) by [nilslindemann](https://github.com/nilslindemann).
* 🌐 Add German translation for `docs/de/docs/tutorial/body-multiple-params.md`. PR [10308](https://github.com/tiangolo/fastapi/pull/10308) by [nilslindemann](https://github.com/nilslindemann).
* 🌐 Add Japanese translation for `docs/ja/docs/tutorial/security/get-current-user.md`. PR [2681](https://github.com/tiangolo/fastapi/pull/2681) by [sh0nk](https://github.com/sh0nk).
* 🌐 Add Chinese translation for `docs/zh/docs/advanced/advanced-dependencies.md`. PR [3798](https://github.com/tiangolo/fastapi/pull/3798) by [jaystone776](https://github.com/jaystone776).
* 🌐 Add Chinese translation for `docs/zh/docs/advanced/events.md`. PR [3815](https://github.com/tiangolo/fastapi/pull/3815) by [jaystone776](https://github.com/jaystone776).
* 🌐 Add Chinese translation for `docs/zh/docs/advanced/behind-a-proxy.md`. PR [3820](https://github.com/tiangolo/fastapi/pull/3820) by [jaystone776](https://github.com/jaystone776).
* 🌐 Add Chinese translation for `docs/zh/docs/advanced/testing-events.md`. PR [3818](https://github.com/tiangolo/fastapi/pull/3818) by [jaystone776](https://github.com/jaystone776).
* 🌐 Add Chinese translation for `docs/zh/docs/advanced/testing-websockets.md`. PR [3817](https://github.com/tiangolo/fastapi/pull/3817) by [jaystone776](https://github.com/jaystone776).
* 🌐 Add Chinese translation for `docs/zh/docs/advanced/testing-database.md`. PR [3821](https://github.com/tiangolo/fastapi/pull/3821) by [jaystone776](https://github.com/jaystone776).
* 🌐 Add Chinese translation for `docs/zh/docs/deployment/deta.md`. PR [3837](https://github.com/tiangolo/fastapi/pull/3837) by [jaystone776](https://github.com/jaystone776).
* 🌐 Add Chinese translation for `docs/zh/docs/history-design-future.md`. PR [3832](https://github.com/tiangolo/fastapi/pull/3832) by [jaystone776](https://github.com/jaystone776).
* 🌐 Add Chinese translation for `docs/zh/docs/project-generation.md`. PR [3831](https://github.com/tiangolo/fastapi/pull/3831) by [jaystone776](https://github.com/jaystone776).
* 🌐 Add Chinese translation for `docs/zh/docs/deployment/docker.md`. PR [10296](https://github.com/tiangolo/fastapi/pull/10296) by [xzmeng](https://github.com/xzmeng).
* 🌐 Update Spanish translation for `docs/es/docs/features.md`. PR [10884](https://github.com/tiangolo/fastapi/pull/10884) by [pablocm83](https://github.com/pablocm83).
* 🌐 Add Spanish translation for `docs/es/docs/newsletter.md`. PR [10922](https://github.com/tiangolo/fastapi/pull/10922) by [pablocm83](https://github.com/pablocm83).
* 🌐 Add Korean translation for `docs/ko/docs/tutorial/background-tasks.md`. PR [5910](https://github.com/tiangolo/fastapi/pull/5910) by [junah201](https://github.com/junah201).
* :globe_with_meridians: Add Turkish translation for `docs/tr/docs/alternatives.md`. PR [10502](https://github.com/tiangolo/fastapi/pull/10502) by [alperiox](https://github.com/alperiox).
* 🌐 Add Korean translation for `docs/ko/docs/tutorial/dependencies/index.md`. PR [10989](https://github.com/tiangolo/fastapi/pull/10989) by [KaniKim](https://github.com/KaniKim).
* 🌐 Add Korean translation for `/docs/ko/docs/tutorial/body.md`. PR [11000](https://github.com/tiangolo/fastapi/pull/11000) by [KaniKim](https://github.com/KaniKim).
* 🌐 Add Portuguese translation for `docs/pt/docs/tutorial/schema-extra-example.md`. PR [4065](https://github.com/tiangolo/fastapi/pull/4065) by [luccasmmg](https://github.com/luccasmmg).
* 🌐 Add Turkish translation for `docs/tr/docs/history-design-future.md`. PR [11012](https://github.com/tiangolo/fastapi/pull/11012) by [hasansezertasan](https://github.com/hasansezertasan).
* 🌐 Add Turkish translation for `docs/tr/docs/resources/index.md`. PR [11020](https://github.com/tiangolo/fastapi/pull/11020) by [hasansezertasan](https://github.com/hasansezertasan).
* 🌐 Add Turkish translation for `docs/tr/docs/how-to/index.md`. PR [11021](https://github.com/tiangolo/fastapi/pull/11021) by [hasansezertasan](https://github.com/hasansezertasan).
* 🌐 Add German translation for `docs/de/docs/tutorial/query-params.md`. PR [10293](https://github.com/tiangolo/fastapi/pull/10293) by [nilslindemann](https://github.com/nilslindemann).
* 🌐 Add German translation for `docs/de/docs/benchmarks.md`. PR [10866](https://github.com/tiangolo/fastapi/pull/10866) by [nilslindemann](https://github.com/nilslindemann).
* 🌐 Add Turkish translation for `docs/tr/docs/learn/index.md`. PR [11014](https://github.com/tiangolo/fastapi/pull/11014) by [hasansezertasan](https://github.com/hasansezertasan).
* 🌐 Add Persian translation for `docs/fa/docs/tutorial/security/index.md`. PR [9945](https://github.com/tiangolo/fastapi/pull/9945) by [mojtabapaso](https://github.com/mojtabapaso).
* 🌐 Add Turkish translation for `docs/tr/docs/help/index.md`. PR [11013](https://github.com/tiangolo/fastapi/pull/11013) by [hasansezertasan](https://github.com/hasansezertasan).
* 🌐 Add Turkish translation for `docs/tr/docs/about/index.md`. PR [11006](https://github.com/tiangolo/fastapi/pull/11006) by [hasansezertasan](https://github.com/hasansezertasan).
* 🌐 Update Turkish translation for `docs/tr/docs/benchmarks.md`. PR [11005](https://github.com/tiangolo/fastapi/pull/11005) by [hasansezertasan](https://github.com/hasansezertasan).
* 🌐 Add Italian translation for `docs/it/docs/index.md`. PR [5233](https://github.com/tiangolo/fastapi/pull/5233) by [matteospanio](https://github.com/matteospanio).
* 🌐 Add Korean translation for `docs/ko/docs/help/index.md`. PR [10983](https://github.com/tiangolo/fastapi/pull/10983) by [KaniKim](https://github.com/KaniKim).
* 🌐 Add Korean translation for `docs/ko/docs/features.md`. PR [10976](https://github.com/tiangolo/fastapi/pull/10976) by [KaniKim](https://github.com/KaniKim).
* 🌐 Add Korean translation for `docs/ko/docs/tutorial/security/get-current-user.md`. PR [5737](https://github.com/tiangolo/fastapi/pull/5737) by [KdHyeon0661](https://github.com/KdHyeon0661).
* 🌐 Add Russian translation for `docs/ru/docs/tutorial/security/first-steps.md`. PR [10541](https://github.com/tiangolo/fastapi/pull/10541) by [AlertRED](https://github.com/AlertRED).
* 🌐 Add Russian translation for `docs/ru/docs/tutorial/handling-errors.md`. PR [10375](https://github.com/tiangolo/fastapi/pull/10375) by [AlertRED](https://github.com/AlertRED).
* 🌐 Add Russian translation for `docs/ru/docs/tutorial/encoder.md`. PR [10374](https://github.com/tiangolo/fastapi/pull/10374) by [AlertRED](https://github.com/AlertRED).
* 🌐 Add Russian translation for `docs/ru/docs/tutorial/body-updates.md`. PR [10373](https://github.com/tiangolo/fastapi/pull/10373) by [AlertRED](https://github.com/AlertRED).
* 🌐 Russian translation: updated `fastapi-people.md`.. PR [10255](https://github.com/tiangolo/fastapi/pull/10255) by [NiKuma0](https://github.com/NiKuma0).
* 🌐 Add Japanese translation for `docs/ja/docs/tutorial/security/index.md`. PR [5798](https://github.com/tiangolo/fastapi/pull/5798) by [3w36zj6](https://github.com/3w36zj6).
* 🌐 Add German translation for `docs/de/docs/advanced/generate-clients.md`. PR [10725](https://github.com/tiangolo/fastapi/pull/10725) by [nilslindemann](https://github.com/nilslindemann).
* 🌐 Add German translation for `docs/de/docs/advanced/openapi-webhooks.md`. PR [10712](https://github.com/tiangolo/fastapi/pull/10712) by [nilslindemann](https://github.com/nilslindemann).
* 🌐 Add German translation for `docs/de/docs/advanced/custom-response.md`. PR [10624](https://github.com/tiangolo/fastapi/pull/10624) by [nilslindemann](https://github.com/nilslindemann).
* 🌐 Add German translation for `docs/de/docs/advanced/additional-status-codes.md`. PR [10617](https://github.com/tiangolo/fastapi/pull/10617) by [nilslindemann](https://github.com/nilslindemann).
* 🌐 Add German translation for `docs/de/docs/tutorial/middleware.md`. PR [10391](https://github.com/tiangolo/fastapi/pull/10391) by [JohannesJungbluth](https://github.com/JohannesJungbluth).
* 🌐 Add German translation for introduction documents. PR [10497](https://github.com/tiangolo/fastapi/pull/10497) by [nilslindemann](https://github.com/nilslindemann).
* 🌐 Add Japanese translation for `docs/ja/docs/tutorial/encoder.md`. PR [1955](https://github.com/tiangolo/fastapi/pull/1955) by [SwftAlpc](https://github.com/SwftAlpc).
* 🌐 Add Japanese translation for `docs/ja/docs/tutorial/extra-data-types.md`. PR [1932](https://github.com/tiangolo/fastapi/pull/1932) by [SwftAlpc](https://github.com/SwftAlpc).
* 🌐 Add Turkish translation for `docs/tr/docs/async.md`. PR [5191](https://github.com/tiangolo/fastapi/pull/5191) by [BilalAlpaslan](https://github.com/BilalAlpaslan).
* 🌐 Add Turkish translation for `docs/tr/docs/project-generation.md`. PR [5192](https://github.com/tiangolo/fastapi/pull/5192) by [BilalAlpaslan](https://github.com/BilalAlpaslan).
* 🌐 Add Korean translation for `docs/ko/docs/deployment/docker.md`. PR [5657](https://github.com/tiangolo/fastapi/pull/5657) by [nearnear](https://github.com/nearnear).
* 🌐 Add Korean translation for `docs/ko/docs/deployment/server-workers.md`. PR [4935](https://github.com/tiangolo/fastapi/pull/4935) by [jujumilk3](https://github.com/jujumilk3).
* 🌐 Add Korean translation for `docs/ko/docs/deployment/index.md`. PR [4561](https://github.com/tiangolo/fastapi/pull/4561) by [jujumilk3](https://github.com/jujumilk3).
* 🌐 Add Korean translation for `docs/ko/docs/tutorial/path-operation-configuration.md`. PR [3639](https://github.com/tiangolo/fastapi/pull/3639) by [jungsu-kwon](https://github.com/jungsu-kwon).
* 🌐 Modify the description of `zh` - Traditional Chinese. PR [10889](https://github.com/tiangolo/fastapi/pull/10889) by [cherinyy](https://github.com/cherinyy).
* 🌐 Add Korean translation for `docs/ko/docs/tutorial/static-files.md`. PR [2957](https://github.com/tiangolo/fastapi/pull/2957) by [jeesang7](https://github.com/jeesang7).
* 🌐 Add Korean translation for `docs/ko/docs/tutorial/response-model.md`. PR [2766](https://github.com/tiangolo/fastapi/pull/2766) by [hard-coders](https://github.com/hard-coders).
* 🌐 Add Korean translation for `docs/ko/docs/tutorial/body-multiple-params.md`. PR [2461](https://github.com/tiangolo/fastapi/pull/2461) by [PandaHun](https://github.com/PandaHun).
* 🌐 Add Korean translation for `docs/ko/docs/tutorial/query-params-str-validations.md`. PR [2415](https://github.com/tiangolo/fastapi/pull/2415) by [hard-coders](https://github.com/hard-coders).
* 🌐 Add Korean translation for `docs/ko/docs/python-types.md`. PR [2267](https://github.com/tiangolo/fastapi/pull/2267) by [jrim](https://github.com/jrim).
* 🌐 Add Korean translation for `docs/ko/docs/tutorial/body-nested-models.md`. PR [2506](https://github.com/tiangolo/fastapi/pull/2506) by [hard-coders](https://github.com/hard-coders).
* 🌐 Add Korean translation for `docs/ko/docs/learn/index.md`. PR [10977](https://github.com/tiangolo/fastapi/pull/10977) by [KaniKim](https://github.com/KaniKim).
* 🌐 Initialize translations for Traditional Chinese. PR [10505](https://github.com/tiangolo/fastapi/pull/10505) by [hsuanchi](https://github.com/hsuanchi).
* ✏️ Tweak the german translation of `docs/de/docs/tutorial/index.md`. PR [10962](https://github.com/tiangolo/fastapi/pull/10962) by [nilslindemann](https://github.com/nilslindemann).
* ✏️ Fix typo error in `docs/ko/docs/tutorial/path-params.md`. PR [10758](https://github.com/tiangolo/fastapi/pull/10758) by [2chanhaeng](https://github.com/2chanhaeng).
* 🌐 Add Japanese translation for `docs/ja/docs/tutorial/dependencies/dependencies-with-yield.md`. PR [1961](https://github.com/tiangolo/fastapi/pull/1961) by [SwftAlpc](https://github.com/SwftAlpc).
* 🌐 Add Japanese translation for `docs/ja/docs/tutorial/dependencies/dependencies-in-path-operation-decorators.md`. PR [1960](https://github.com/tiangolo/fastapi/pull/1960) by [SwftAlpc](https://github.com/SwftAlpc).
* 🌐 Add Japanese translation for `docs/ja/docs/tutorial/dependencies/sub-dependencies.md`. PR [1959](https://github.com/tiangolo/fastapi/pull/1959) by [SwftAlpc](https://github.com/SwftAlpc).
* 🌐 Add Japanese translation for `docs/ja/docs/tutorial/background-tasks.md`. PR [2668](https://github.com/tiangolo/fastapi/pull/2668) by [tokusumi](https://github.com/tokusumi).
* 🌐 Add Japanese translation for `docs/ja/docs/tutorial/dependencies/index.md` and `docs/ja/docs/tutorial/dependencies/classes-as-dependencies.md`. PR [1958](https://github.com/tiangolo/fastapi/pull/1958) by [SwftAlpc](https://github.com/SwftAlpc).
* 🌐 Add Japanese translation for `docs/ja/docs/tutorial/response-model.md`. PR [1938](https://github.com/tiangolo/fastapi/pull/1938) by [SwftAlpc](https://github.com/SwftAlpc).
* 🌐 Add Japanese translation for `docs/ja/docs/tutorial/body-multiple-params.md`. PR [1903](https://github.com/tiangolo/fastapi/pull/1903) by [SwftAlpc](https://github.com/SwftAlpc).
* 🌐 Add Japanese translation for `docs/ja/docs/tutorial/path-params-numeric-validations.md`. PR [1902](https://github.com/tiangolo/fastapi/pull/1902) by [SwftAlpc](https://github.com/SwftAlpc).
* 🌐 Add Japanese translation for `docs/ja/docs/python-types.md`. PR [1899](https://github.com/tiangolo/fastapi/pull/1899) by [SwftAlpc](https://github.com/SwftAlpc).
* 🌐 Add Japanese translation for `docs/ja/docs/tutorial/handling-errors.md`. PR [1953](https://github.com/tiangolo/fastapi/pull/1953) by [SwftAlpc](https://github.com/SwftAlpc).
* 🌐 Add Japanese translation for `docs/ja/docs/tutorial/response-status-code.md`. PR [1942](https://github.com/tiangolo/fastapi/pull/1942) by [SwftAlpc](https://github.com/SwftAlpc).
* 🌐 Add Japanese translation for `docs/ja/docs/tutorial/extra-models.md`. PR [1941](https://github.com/tiangolo/fastapi/pull/1941) by [SwftAlpc](https://github.com/SwftAlpc).
* 🌐 Add Japanese tranlsation for `docs/ja/docs/tutorial/schema-extra-example.md`. PR [1931](https://github.com/tiangolo/fastapi/pull/1931) by [SwftAlpc](https://github.com/SwftAlpc).
* 🌐 Add Japanese translation for `docs/ja/docs/tutorial/body-nested-models.md`. PR [1930](https://github.com/tiangolo/fastapi/pull/1930) by [SwftAlpc](https://github.com/SwftAlpc).
* 🌐 Add Japanese translation for `docs/ja/docs/tutorial/body-fields.md`. PR [1923](https://github.com/tiangolo/fastapi/pull/1923) by [SwftAlpc](https://github.com/SwftAlpc).
* 🌐 Add German translation for `docs/de/docs/tutorial/index.md`. PR [9502](https://github.com/tiangolo/fastapi/pull/9502) by [fhabers21](https://github.com/fhabers21).
* 🌐 Add German translation for `docs/de/docs/tutorial/background-tasks.md`. PR [10566](https://github.com/tiangolo/fastapi/pull/10566) by [nilslindemann](https://github.com/nilslindemann).
* ✏️ Fix typo in `docs/ru/docs/index.md`. PR [10672](https://github.com/tiangolo/fastapi/pull/10672) by [Delitel-WEB](https://github.com/Delitel-WEB).
* ✏️ Fix typos in `docs/zh/docs/tutorial/extra-data-types.md`. PR [10727](https://github.com/tiangolo/fastapi/pull/10727) by [HiemalBeryl](https://github.com/HiemalBeryl).
* 🌐 Add Russian translation for `docs/ru/docs/tutorial/dependencies/classes-as-dependencies.md`. PR [10410](https://github.com/tiangolo/fastapi/pull/10410) by [AlertRED](https://github.com/AlertRED).

Internal

* 👥 Update FastAPI People. PR [11074](https://github.com/tiangolo/fastapi/pull/11074) by [tiangolo](https://github.com/tiangolo).
* 🔧 Update sponsors: add Coherence. PR [11066](https://github.com/tiangolo/fastapi/pull/11066) by [tiangolo](https://github.com/tiangolo).
* 👷 Upgrade GitHub Action issue-manager. PR [11056](https://github.com/tiangolo/fastapi/pull/11056) by [tiangolo](https://github.com/tiangolo).
* 🍱 Update sponsors: TalkPython badge. PR [11052](https://github.com/tiangolo/fastapi/pull/11052) by [tiangolo](https://github.com/tiangolo).
* 🔧 Update sponsors: TalkPython badge image. PR [11048](https://github.com/tiangolo/fastapi/pull/11048) by [tiangolo](https://github.com/tiangolo).
* 🔧 Update sponsors, remove Deta. PR [11041](https://github.com/tiangolo/fastapi/pull/11041) by [tiangolo](https://github.com/tiangolo).
* 💄 Fix CSS breaking RTL languages (erroneously introduced by a previous RTL PR). PR [11039](https://github.com/tiangolo/fastapi/pull/11039) by [tiangolo](https://github.com/tiangolo).
* 🔧 Add Italian to `mkdocs.yml`. PR [11016](https://github.com/tiangolo/fastapi/pull/11016) by [alejsdev](https://github.com/alejsdev).
* 🔨 Verify `mkdocs.yml` languages in CI, update `docs.py`. PR [11009](https://github.com/tiangolo/fastapi/pull/11009) by [tiangolo](https://github.com/tiangolo).
* 🔧 Update config in `label-approved.yml` to accept translations with 1 reviewer. PR [11007](https://github.com/tiangolo/fastapi/pull/11007) by [alejsdev](https://github.com/alejsdev).
* 👷 Add changes-requested handling in GitHub Action issue manager. PR [10971](https://github.com/tiangolo/fastapi/pull/10971) by [tiangolo](https://github.com/tiangolo).
* 🔧 Group dependencies on dependabot updates. PR [10952](https://github.com/tiangolo/fastapi/pull/10952) by [Kludex](https://github.com/Kludex).
* ⬆ Bump actions/setup-python from 4 to 5. PR [10764](https://github.com/tiangolo/fastapi/pull/10764) by [dependabot[bot]](https://github.com/apps/dependabot).
* ⬆ Bump pypa/gh-action-pypi-publish from 1.8.10 to 1.8.11. PR [10731](https://github.com/tiangolo/fastapi/pull/10731) by [dependabot[bot]](https://github.com/apps/dependabot).
* ⬆ Bump dawidd6/action-download-artifact from 2.28.0 to 3.0.0. PR [10777](https://github.com/tiangolo/fastapi/pull/10777) by [dependabot[bot]](https://github.com/apps/dependabot).
* 🔧 Add support for translations to languages with a longer code name, like `zh-hant`. PR [10950](https://github.com/tiangolo/fastapi/pull/10950) by [tiangolo](https://github.com/tiangolo).

Page 1 of 30

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.