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).