Commit Graph

5563 Commits

Author SHA1 Message Date
github-actions[bot] 13a98c9988 📝 Update release notes
[skip ci]
2025-12-02 13:34:45 +00:00
Sebastián Ramírez 4976568fc7 🔖 Release version 0.123.4 2025-12-02 11:47:05 +01:00
github-actions[bot] fb30cc2f50 📝 Update release notes
[skip ci]
2025-12-02 09:22:35 +00:00
github-actions[bot] 5126e099bd 📝 Update release notes
[skip ci]
2025-12-02 09:11:52 +00:00
Motov Yurii dcf0299195
📝 Fix docstring of `servers` parameter (#14405)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2025-12-02 09:11:29 +00:00
Sebastián Ramírez c516c9904b 🔖 Release version 0.123.3 2025-12-02 08:42:22 +01:00
github-actions[bot] b49c05ec22 📝 Update release notes
[skip ci]
2025-12-02 07:24:31 +00:00
github-actions[bot] eead41bf4c 📝 Update release notes
[skip ci]
2025-12-02 07:10:50 +00:00
Sebastián Ramírez 3c54a8f07b 🔖 Release version 0.123.2 2025-12-02 06:31:27 +01:00
github-actions[bot] e1a2933739 📝 Update release notes
[skip ci]
2025-12-02 05:09:48 +00:00
zadevhub 00b97526e7
📝 Add tip on how to install `pip` in case of `No module named pip` error in `virtual-environments.md` (#14211) 2025-12-02 06:09:25 +01:00
github-actions[bot] 2ca7709c24 📝 Update release notes
[skip ci]
2025-12-02 05:07:29 +00:00
Flavius bb05007f55
📝 Update Primary Key notes for the SQL databases tutorial to avoid confusion (#14120) 2025-12-02 06:06:56 +01:00
github-actions[bot] 0f7ce0b78a 📝 Update release notes
[skip ci]
2025-12-02 05:04:09 +00:00
SaisakthiM cdafd64c15
📝 Clarify estimation note in documentation (#14070) 2025-12-02 06:03:46 +01:00
github-actions[bot] c6c7b72096 📝 Update release notes
[skip ci]
2025-12-02 05:01:37 +00:00
github-actions[bot] 10eed3806a 📝 Update release notes
[skip ci]
2025-12-02 04:57:45 +00:00
github-actions[bot] 2330e2de75 📝 Update release notes
[skip ci]
2025-12-02 04:49:52 +00:00
github-actions[bot] 740ec2787b 📝 Update release notes
[skip ci]
2025-12-02 04:40:16 +00:00
Sebastián Ramírez c3373205d0 🔖 Release version 0.123.1 2025-12-02 05:30:18 +01:00
github-actions[bot] 3b4b5ab8c8 📝 Update release notes
[skip ci]
2025-12-02 04:04:37 +00:00
github-actions[bot] 74b4c3c9a1 📝 Update release notes
[skip ci]
2025-12-02 04:03:00 +00:00
github-actions[bot] 327bad18aa 📝 Update release notes
[skip ci]
2025-12-02 03:32:40 +00:00
github-actions[bot] ee490906d8 📝 Update release notes
[skip ci]
2025-12-01 20:07:18 +00:00
Sebastián Ramírez 6e82df816d
🔧 Update sponsors: add Greptile (#14429) 2025-12-01 21:06:57 +01:00
github-actions[bot] e752224bce 📝 Update release notes
[skip ci]
2025-12-01 13:17:51 +00:00
Sebastián Ramírez 0dee714026
👥 Update FastAPI GitHub topic repositories (#14426)
Co-authored-by: github-actions <github-actions@github.com>
2025-12-01 14:17:29 +01:00
github-actions[bot] 938f471079 📝 Update release notes
[skip ci]
2025-12-01 06:33:00 +00:00
github-actions[bot] f8e46d98a0 📝 Update release notes
[skip ci]
2025-12-01 06:31:20 +00:00
Sebastián Ramírez 8a7ad3d255
👥 Update FastAPI People - Sponsors (#14422)
Co-authored-by: github-actions <github-actions@github.com>
2025-12-01 07:30:56 +01:00
github-actions[bot] d661bb1324 📝 Update release notes
[skip ci]
2025-12-01 06:28:06 +00:00
Sebastián Ramírez 32aba57b49
👥 Update FastAPI People - Contributors and Translators (#14420)
Co-authored-by: github-actions <github-actions@github.com>
2025-12-01 07:27:43 +01:00
Sebastián Ramírez f2bab95267 🔖 Release version 0.123.0 2025-11-30 15:47:35 +01:00
github-actions[bot] c38e3e0108 📝 Update release notes
[skip ci]
2025-11-30 14:46:13 +00:00
Sebastián Ramírez 63d7a2b997 🔖 Release version 0.122.1 2025-11-30 13:00:20 +01:00
github-actions[bot] 7681f2904d 📝 Update release notes
[skip ci]
2025-11-30 11:57:24 +00:00
github-actions[bot] c6487ed632 📝 Update release notes
[skip ci]
2025-11-29 12:09:26 +00:00
github-actions[bot] 998288261a 📝 Update release notes
[skip ci]
2025-11-28 15:55:40 +00:00
Sebastián Ramírez 8ab7167eaf
💅 Update CSS to explicitly use emoji font (#14415) 2025-11-28 15:55:15 +00:00
Sebastián Ramírez 5b0625df96 🔖 Release version 0.122.0 2025-11-24 20:14:34 +01:00
Sebastián Ramírez 8732c53478 📝 Updates release notes 2025-11-24 20:12:28 +01:00
github-actions[bot] a4ef97afd9 📝 Update release notes
[skip ci]
2025-11-24 19:03:33 +00:00
Motov Yurii 51ad909ffe
🐛 Use `401` status code in security classes when credentials are missing (#13786)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2025-11-24 20:03:06 +01:00
github-actions[bot] e2354a0a06 📝 Update release notes
[skip ci]
2025-11-24 15:00:36 +00:00
github-actions[bot] cc66dee55c 📝 Update release notes
[skip ci]
2025-11-24 15:00:29 +00:00
github-actions[bot] ecfb752487 📝 Update release notes
[skip ci]
2025-11-24 15:00:13 +00:00
github-actions[bot] 8b18522205 📝 Update release notes
[skip ci]
2025-11-24 15:00:12 +00:00
github-actions[bot] a2395e0243 📝 Update release notes
[skip ci]
2025-11-24 14:59:55 +00:00
github-actions[bot] c7d05a903c 📝 Update release notes
[skip ci]
2025-11-24 14:58:56 +00:00
Sebastián Ramírez ae951f6981
💄 Use font Fira Code to fix display of Rich panels in docs in Windows (#14387) 2025-11-23 10:27:40 +01:00
github-actions[bot] 2909f8a628 📝 Update release notes
[skip ci]
2025-11-21 12:49:34 +00:00
github-actions[bot] 456008a52b 📝 Update release notes
[skip ci]
2025-11-20 10:45:39 +00:00
Sebastián Ramírez be5a6311f5
🔧 Upgrade Material for MkDocs and remove insiders (#14375) 2025-11-20 11:45:16 +01:00
Sebastián Ramírez 325fd16d32 🔖 Release version 0.121.3 2025-11-19 17:51:59 +01:00
github-actions[bot] 7659b70da0 📝 Update release notes
[skip ci]
2025-11-19 16:50:42 +00:00
github-actions[bot] 566e3157a5 📝 Update release notes
[skip ci]
2025-11-19 11:55:32 +00:00
github-actions[bot] 33a75f4817 📝 Update release notes
[skip ci]
2025-11-19 10:12:24 +00:00
Nils-Hero Lindemann 89baa704a9
📝 Add missing hash part (#14369)
Add missing hash part

Was forgotten in #14359. I already added it in #14367
2025-11-19 11:12:00 +01:00
github-actions[bot] 827ed1e6a2 📝 Update release notes
[skip ci]
2025-11-18 08:30:46 +00:00
github-actions[bot] 4e84f31694 📝 Update release notes
[skip ci]
2025-11-17 19:34:16 +00:00
Sebastián Ramírez 994d6cc912
📝 Add docs for using FastAPI Cloud (#14359) 2025-11-17 20:33:53 +01:00
Sebastián Ramírez 02e108d166 🔖 Release version 0.121.2 2025-11-13 18:03:55 +01:00
github-actions[bot] d3b75974f4 📝 Update release notes
[skip ci]
2025-11-13 13:59:34 +00:00
github-actions[bot] eaf611f9ee 📝 Update release notes
[skip ci]
2025-11-13 09:22:06 +00:00
Mia Bajić 004ab1a9d1
📝 Add EuroPython talk & podcast episode with Sebastián Ramírez (#14260)
Add EuroPython & podcast episode with Sebastián Ramírez
2025-11-13 10:21:43 +01:00
github-actions[bot] d1be85c728 📝 Update release notes
[skip ci]
2025-11-13 07:37:43 +00:00
Motov Yurii 42930fe600
✏️ Fix links and add missing permalink in docs (#14217)
* Fix link url to match link text

* Add missing permalink in `behind-a-proxy.md`

* Fix link in `advanced-dependencies.md`
2025-11-13 08:37:15 +01:00
github-actions[bot] 9e362d9f6e 📝 Update release notes
[skip ci]
2025-11-12 16:24:24 +00:00
Rafael de Oliveira Marques 540a83da65
🌐 Update Portuguese translations with LLM prompt (#14228)
* validated llm translation

* validated llm translation

* validated llm translation

* validated llm translation

* validated llm translation

* validated llm translation

* validated llm translation

* validated llm translation

* validated llm translation

* validated llm translation

* validated llm translation

* validated llm translation

* validated llm translation

* validated llm translation

* validated llm translation

* validated llm translation

* validated llm translation

* fix non-Annotated in llm-prompt

* rerun after a few changes in llm-prompt

* fix non-Annotated

* validated llm translation

* fix llm translation

* update outdated translations

* fix translation for operation IDs

* add header link

* add missing link

* fix line break

* fix diff

* fix llm translation

* fix 'Atualize' to 'Atualizar'

* update alternatives.md

* update async.md

* update fastapi-cli.md

* update features.md

* update help-fastapi.md

* update history-design-future.md

* update index.md

* update advanced/events.md

* update advanced/middleware.md

* update advanced/response-cookies.md

* update advanced/response-headers.md

* update advanced/templates.md

* update advanced/testing-websockets.md

* update advanced/using-request-directly.md

* update advanced/websockets.md

* update advanced/security/oauth2-scopes.md

* update deployment/cloud.md

* update deployment/manually.md

* update how-to/custom-request-and-route.md

* update how-to/migrate-from-pydantic-v1-to-pydantic-v2.md

* update tutorial/background-tasks.md

* update tutorial/first-steps.md

* update tutorial/handling-errors.md

* update tutorial/middleware.md

* update tutorial/request-files.md

* update tutorial/sql-databases.md

* update tutorial/static-files.md

* update tutorial/testing.md

* update tutorial/dependencies/dependencies-with-yield.md

* update advanced/advanced-dependencies.md

---------

Co-authored-by: Motov Yurii <109919500+YuriiMotov@users.noreply.github.com>
2025-11-12 17:23:57 +01:00
github-actions[bot] 1a2e4152ed 📝 Update release notes
[skip ci]
2025-11-12 15:23:24 +00:00
Rafael de Oliveira Marques 0878361f6b
🔨 Add Portuguese translations LLM prompt (#14208)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2025-11-12 16:22:59 +01:00
github-actions[bot] 6fae64ff49 📝 Update release notes
[skip ci]
2025-11-10 20:55:20 +00:00
Motov Yurii c09ba719ba
🌐 Sync Russian docs (#14331)
Update outdated\missing pages in Rus translations
2025-11-10 21:54:56 +01:00
github-actions[bot] 409e7b503c 📝 Update release notes
[skip ci]
2025-11-10 08:34:48 +00:00
Nils-Hero Lindemann db488f3220
🌐 Sync German docs (#14317)
* Sync with #14262

* Sync with #14287

* Two improvements

* "Frühzeitig beenden" -> "Frühes Beenden"
* "Make herum" bold too
2025-11-10 09:34:25 +01:00
Sebastián Ramírez 1c7e2540c2 🔖 Release version 0.121.1 2025-11-08 22:47:00 +01:00
github-actions[bot] 9e5439959a 📝 Update release notes
[skip ci]
2025-11-08 21:43:59 +00:00
github-actions[bot] 972a967d5d 📝 Update release notes
[skip ci]
2025-11-04 08:39:30 +00:00
github-actions[bot] 4170f621a5 📝 Update release notes
[skip ci]
2025-11-04 08:38:34 +00:00
github-actions[bot] b787103226 📝 Update release notes
[skip ci]
2025-11-03 13:20:34 +00:00
Sebastián Ramírez 289b4aa2fa
📝 Upate docs for advanced dependencies with `yield`, noting the changes in 0.121.0, adding `scope` (#14287) 2025-11-03 14:19:58 +01:00
Sebastián Ramírez 4efae81a76 🔖 Release version 0.121.0 2025-11-03 11:21:36 +01:00
Sebastián Ramírez 3690140555 📝 Update release notes 2025-11-03 11:19:56 +01:00
github-actions[bot] ad4d8f24ca 📝 Update release notes
[skip ci]
2025-11-03 10:13:13 +00:00
Sebastián Ramírez ac438b9934
Add support for dependencies with scopes, support `scope="request"` for dependencies with `yield` that exit before the response is sent (#14262)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2025-11-03 11:12:49 +01:00
github-actions[bot] 425a4c5bb1 📝 Update release notes
[skip ci]
2025-11-03 09:25:02 +00:00
github-actions[bot] 3a223b9073 📝 Update release notes
[skip ci]
2025-11-03 09:24:57 +00:00
Sebastián Ramírez 566e0d60b2
👥 Update FastAPI People - Contributors and Translators (#14273)
Co-authored-by: github-actions <github-actions@github.com>
2025-11-03 10:24:36 +01:00
github-actions[bot] 940ee0c9c3 📝 Update release notes
[skip ci]
2025-11-03 09:24:17 +00:00
Sebastián Ramírez f8df43d734
👥 Update FastAPI People - Sponsors (#14274)
Co-authored-by: github-actions <github-actions@github.com>
2025-11-03 10:24:09 +01:00
Sebastián Ramírez dbb7020a4d
👥 Update FastAPI GitHub topic repositories (#14280)
Co-authored-by: github-actions <github-actions@github.com>
2025-11-03 10:23:52 +01:00
github-actions[bot] 32da8ca78b 📝 Update release notes
[skip ci]
2025-11-02 17:15:57 +00:00
github-actions[bot] 2a25f6d3a3 📝 Update release notes
[skip ci]
2025-11-02 17:15:00 +00:00
Sebastián Ramírez fad35ef43f 🔖 Release version 0.120.4 2025-10-31 19:35:33 +01:00
github-actions[bot] 4d57c13055 📝 Update release notes
[skip ci]
2025-10-31 18:35:03 +00:00
Sebastián Ramírez 2cf04ee30d 🔖 Release version 0.120.3 2025-10-30 21:40:08 +01:00
github-actions[bot] ec00f5a90f 📝 Update release notes
[skip ci]
2025-10-30 19:51:03 +00:00
Motov Yurii 8b46d8821b
📝 Update note for untranslated pages (#14257)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2025-10-30 20:50:37 +01:00
github-actions[bot] 17fcbbe910 📝 Update release notes
[skip ci]
2025-10-30 19:35:31 +00:00
github-actions[bot] 1fc586c3a5 📝 Update release notes
[skip ci]
2025-10-30 04:59:14 +00:00
github-actions[bot] 9d1a384f4f 📝 Update release notes
[skip ci]
2025-10-30 04:52:12 +00:00
Sebastián Ramírez 22ccca21fc 🔖 Release version 0.120.2 2025-10-29 14:44:41 +01:00
github-actions[bot] d2a703d5cc 📝 Update release notes
[skip ci]
2025-10-29 13:43:35 +00:00
Sebastián Ramírez 35aa12b9bd
🔧 Add sponsor: SerpApi (#14248) 2025-10-29 14:43:11 +01:00
github-actions[bot] c01b5dd96f 📝 Update release notes
[skip ci]
2025-10-29 13:09:57 +00:00
github-actions[bot] 7132a69046 📝 Update release notes
[skip ci]
2025-10-28 07:50:28 +00:00
github-actions[bot] db7feb5a3e 📝 Update release notes
[skip ci]
2025-10-28 07:50:26 +00:00
github-actions[bot] 448ea5ec82 📝 Update release notes
[skip ci]
2025-10-28 07:48:51 +00:00
Sebastián Ramírez 78c94c3f56 🔖 Release version 0.120.1 2025-10-27 18:51:46 +01:00
github-actions[bot] 4b0301b280 📝 Update release notes
[skip ci]
2025-10-27 17:50:15 +00:00
github-actions[bot] 3ea6a4a0b1 📝 Update release notes
[skip ci]
2025-10-27 14:47:51 +00:00
Sebastián Ramírez cd40c5b40f 🔖 Release version 0.120.0 2025-10-23 22:54:45 +02:00
Sebastián Ramírez 1c6ee57bbf 📝 Update release notes 2025-10-23 22:54:19 +02:00
github-actions[bot] 09f40968cb 📝 Update release notes
[skip ci]
2025-10-23 20:32:06 +00:00
github-actions[bot] cb7018d782 📝 Update release notes
[skip ci]
2025-10-21 20:32:57 +00:00
Nils-Hero Lindemann a578ea1fd3
🛠️ Update German LLM prompt and test file (#14189)
Minor fixes in German LLM prompt and test file

Co-authored-by: Motov Yurii <109919500+YuriiMotov@users.noreply.github.com>
2025-10-21 22:32:28 +02:00
github-actions[bot] 9c912d1dd6 📝 Update release notes
[skip ci]
2025-10-21 07:53:59 +00:00
github-actions[bot] 046d49b5a9 📝 Update release notes
[skip ci]
2025-10-20 14:00:33 +00:00
Nils-Hero Lindemann 847280450a
🌐 Sync German docs (#14188)
Sync German docs with #14168

Co-authored-by: Motov Yurii <109919500+YuriiMotov@users.noreply.github.com>
2025-10-20 16:00:08 +02:00
Sebastián Ramírez 864b569cf8 🔖 Release version 0.119.1 2025-10-20 13:28:38 +02:00
github-actions[bot] 43f15d3b43 📝 Update release notes
[skip ci]
2025-10-20 11:27:39 +00:00
github-actions[bot] 6e49dc0295 📝 Update release notes
[skip ci]
2025-10-19 19:12:47 +00:00
Sebastián Ramírez 7df594d284
🔧 Add sponsor Requestly (#14205) 2025-10-19 21:12:22 +02:00
github-actions[bot] 81f85831f5 📝 Update release notes
[skip ci]
2025-10-11 19:36:56 +00:00
github-actions[bot] 414f961f1f 📝 Update release notes
[skip ci]
2025-10-11 17:49:15 +00:00
Marcelo Trylesinski dde7bd1ceb
📝 Replace `starlette.io` by `starlette.dev` and `uvicorn.org` by `uvicorn.dev` (#14176)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2025-10-11 17:48:49 +00:00
Sebastián Ramírez 2e721e1b02 🔖 Release version 0.119.0 2025-10-11 19:09:01 +02:00
Sebastián Ramírez fc7a0686af 📝 Update release notes 2025-10-11 19:07:40 +02:00
github-actions[bot] 3a3879b2c3 📝 Update release notes
[skip ci]
2025-10-11 16:46:19 +00:00
Sebastián Ramírez d34918abf0
Add support for `from pydantic.v1 import BaseModel`, mixed Pydantic v1 and v2 models in the same app (#14168)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2025-10-11 18:45:54 +02:00
Sebastián Ramírez 352dbefc63 🔖 Release version 0.118.3 2025-10-10 12:34:39 +02:00
github-actions[bot] 96e7d6eaa4 📝 Update release notes
[skip ci]
2025-10-10 09:45:05 +00:00
Sebastián Ramírez 942fce394b 🔖 Release version 0.118.2 2025-10-08 16:49:59 +02:00
github-actions[bot] 13b067c9b6 📝 Update release notes
[skip ci]
2025-10-08 14:48:57 +00:00
github-actions[bot] 27c0f7e75f 📝 Update release notes
[skip ci]
2025-10-08 14:37:16 +00:00
Sebastián Ramírez 01be148429 🔖 Release version 0.118.1 2025-10-08 11:05:44 +02:00
github-actions[bot] fca8564ea0 📝 Update release notes
[skip ci]
2025-10-08 09:03:50 +00:00
github-actions[bot] 32b93b53fc 📝 Update release notes
[skip ci]
2025-10-08 08:58:49 +00:00
github-actions[bot] 22b38099ce 📝 Update release notes
[skip ci]
2025-10-07 15:05:44 +00:00
github-actions[bot] 1cd8717818 📝 Update release notes
[skip ci]
2025-10-06 19:08:44 +00:00
Simon Gurcke 6df0358b80
📝 Add External Link: Getting started with logging in FastAPI (#14152)
Add logging article to External links
2025-10-06 21:08:20 +02:00
github-actions[bot] 56c0632f86 📝 Update release notes
[skip ci]
2025-10-06 11:10:19 +00:00
Sebastián Ramírez 61596ebe5b
🔨 Add Russian translations LLM prompt (#13936)
* 🔨 Add Russian translations LLM prompt

* 🔨 Tweak prompt with input from Yurii

* 📝 Update LLM prompt

* Update llm-prompt.md

* Update llm-prompt.md

* Update llm-prompt.md

* 🎨 [pre-commit.ci] Auto format from pre-commit.com hooks

* Update llm-prompt.md

* Update llm-prompt.md

* Update llm-prompt.md

* Update ru `llm-prompt.md`

---------

Co-authored-by: Motov Yurii <109919500+YuriiMotov@users.noreply.github.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Yurii Motov <yurii.motov.monte@gmail.com>
2025-10-06 13:09:58 +02:00
github-actions[bot] e820049caa 📝 Update release notes
[skip ci]
2025-10-02 06:56:51 +00:00
github-actions[bot] beef83d871 📝 Update release notes
[skip ci]
2025-10-02 06:46:36 +00:00
github-actions[bot] 407a6a4a7c 📝 Update release notes
[skip ci]
2025-10-02 06:27:51 +00:00
github-actions[bot] 45bfb89ea2 📝 Update release notes
[skip ci]
2025-10-01 16:44:12 +00:00
github-actions[bot] 6046849249 📝 Update release notes
[skip ci]
2025-10-01 16:43:50 +00:00
Sebastián Ramírez 975e7190e4
👥 Update FastAPI GitHub topic repositories (#14150)
Co-authored-by: github-actions <github-actions@github.com>
2025-10-01 18:43:11 +02:00
github-actions[bot] 65b9bc24ef 📝 Update release notes
[skip ci]
2025-10-01 16:43:01 +00:00
github-actions[bot] 46b7bfc478 📝 Update release notes
[skip ci]
2025-10-01 16:42:56 +00:00
Sebastián Ramírez 28f910a10b
👥 Update FastAPI People - Sponsors (#14139)
Co-authored-by: github-actions <github-actions@github.com>
2025-10-01 18:42:38 +02:00
Sebastián Ramírez 9d920d616f
👥 Update FastAPI People - Contributors and Translators (#14138)
Co-authored-by: github-actions <github-actions@github.com>
2025-10-01 18:42:31 +02:00
github-actions[bot] a2bde2b297 📝 Update release notes
[skip ci]
2025-10-01 15:50:23 +00:00
github-actions[bot] 4f0d9d0cf1 📝 Update release notes
[skip ci]
2025-10-01 15:48:14 +00:00
github-actions[bot] ef24ee4c39 📝 Update release notes
[skip ci]
2025-10-01 15:20:18 +00:00
Nils-Hero Lindemann c623291929
🌐 Sync German docs (#14149)
* Sync German docs with #13917

Plus a typo fix in tutorial/security/oauth2-jwt.md line 89.

* Sync german docs with #14099

---------

Co-authored-by: Motov Yurii <109919500+YuriiMotov@users.noreply.github.com>
2025-10-01 17:19:54 +02:00
github-actions[bot] 3a18a6d620 📝 Update release notes
[skip ci]
2025-10-01 13:26:33 +00:00
JP-Ellis 1d6892df09
Merge branch 'master' into docs/context-var-caveat 2025-10-01 13:47:58 +10:00
github-actions[bot] a83a8e7a45 📝 Update release notes
[skip ci]
2025-09-30 11:37:34 +00:00
Motov Yurii 04d5e659bc
🌐 Add Russian translations for missing pages (LLM-generated) (#14135)
* Copy En pages

* Translate pages (reviewed and corrected)

* Apply changes from latest PRs: 13917 and 14099
2025-09-30 13:37:11 +02:00
github-actions[bot] 88a5554a44 📝 Update release notes
[skip ci]
2025-09-30 11:25:02 +00:00
Motov Yurii 977abe2396
🌐 Update Russian translations for existing pages (LLM-generated) (#14123)
* Update Russian translations for modified pages

* docs: fix translation for multiprocessing

* Update Russian translations for other existing pages

* Apply changes from latest PRs: 13917 and 14099

---------

Co-authored-by: vldmrdev <70532790+vldmrdev@users.noreply.github.com>
2025-09-30 13:24:39 +02:00
github-actions[bot] 3d70b26788 📝 Update release notes
[skip ci]
2025-09-30 06:26:25 +00:00
Sebastián Ramírez e7fc394e15
🌐 Remove configuration files for inactive translations (#14130) 2025-09-30 08:25:57 +02:00
github-actions[bot] 3481aad827 📝 Update release notes
[skip ci]
2025-09-30 05:57:45 +00:00
github-actions[bot] 36a3830ba2 📝 Update release notes
[skip ci]
2025-09-30 04:07:18 +00:00
Sebastián Ramírez 333f1ba737 🔖 Release version 0.118.0 2025-09-29 05:34:21 +02:00
Sebastián Ramírez 1d5168a4a1 📝 Update release notes 2025-09-29 05:33:39 +02:00
github-actions[bot] bfa54b406d 📝 Update release notes
[skip ci]
2025-09-29 03:31:17 +00:00
Sebastián Ramírez e329d78f86
🐛 Fix support for `StreamingResponse`s with dependencies with `yield` or `UploadFile`s, close after the response is done (#14099)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2025-09-29 05:29:38 +02:00
github-actions[bot] 861b22c408 📝 Update release notes
[skip ci]
2025-09-29 02:58:20 +00:00
Neizvestnyj efdafa4361
📝 Update `tutorial/security/oauth2-jwt/` to use `pwdlib` with Argon2 instead of `passlib` (#13917)
Co-authored-by: Motov Yurii <109919500+YuriiMotov@users.noreply.github.com>
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2025-09-29 04:57:38 +02:00
github-actions[bot] 450a334253 📝 Update release notes
[skip ci]
2025-09-25 06:45:53 +00:00
github-actions[bot] 287eb316df 📝 Update release notes
[skip ci]
2025-09-24 08:10:57 +00:00
Nils-Hero Lindemann cca3341cb9
🌐 Sync German docs (#14098)
* Sync German docs with #13510

* Sync German docs with #14059

---------

Co-authored-by: Motov Yurii <109919500+YuriiMotov@users.noreply.github.com>
2025-09-24 10:10:28 +02:00
github-actions[bot] f235502234 📝 Update release notes
[skip ci]
2025-09-22 19:30:48 +00:00
github-actions[bot] 9aa25fd682 📝 Update release notes
[skip ci]
2025-09-22 15:12:21 +00:00
Alejandra 8170860322
♻️ Refactor sponsor image handling (#14102)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2025-09-22 17:11:52 +02:00
github-actions[bot] f0da082dd3 📝 Update release notes
[skip ci]
2025-09-21 14:11:44 +00:00
Alejandra f97524429d
🐛 Fix sponsor display issue by hiding element on image error (#14097) 2025-09-21 14:11:11 +00:00
github-actions[bot] 6b1e6c5efd 📝 Update release notes
[skip ci]
2025-09-21 12:54:37 +00:00
Alejandra 40f3ab18e0
🐛 Hide sponsor badge when sponsor image is not displayed (#14096) 2025-09-21 14:54:15 +02:00
github-actions[bot] 8dfc651e1a 📝 Update release notes
[skip ci]
2025-09-21 11:29:24 +00:00
Alejandra 2eca83fbda
📝 Update contributing guidelines for installing requirements (#14095) 2025-09-21 13:29:04 +02:00
Sebastián Ramírez 784f06cb9b 🔖 Release version 0.117.1 2025-09-20 22:15:41 +02:00
github-actions[bot] b5c05893b4 📝 Update release notes
[skip ci]
2025-09-20 19:56:30 +00:00
Sebastián Ramírez a84001000e 📝 Update release notes 2025-09-20 21:35:43 +02:00
Sebastián Ramírez 382d083e26 🔖 Release version 0.117.0 2025-09-20 21:34:05 +02:00
github-actions[bot] a7f2dbe976 📝 Update release notes
[skip ci]
2025-09-20 18:52:02 +00:00
github-actions[bot] b01d5c97a0 📝 Update release notes
[skip ci]
2025-09-20 18:45:09 +00:00
github-actions[bot] 0bdc3ca373 📝 Update release notes
[skip ci]
2025-09-20 18:10:57 +00:00
github-actions[bot] 03123c00f1 📝 Update release notes
[skip ci]
2025-09-20 17:57:42 +00:00
github-actions[bot] 606a6828e7 📝 Update release notes
[skip ci]
2025-09-20 17:49:50 +00:00
Marcelo Trylesinski cd2e1e43bd
📝 Add note about Cookies and JavaScript on `tutorial/cookie-params.md` (#13510)
Co-authored-by: svlandeg <svlandeg@github.com>
2025-09-20 19:49:27 +02:00
github-actions[bot] 60213f5a31 📝 Update release notes
[skip ci]
2025-09-20 17:47:45 +00:00
github-actions[bot] 0358d3eab5 📝 Update release notes
[skip ci]
2025-09-20 17:37:45 +00:00
github-actions[bot] 21aa9d3719 📝 Update release notes
[skip ci]
2025-09-20 17:26:18 +00:00
github-actions[bot] 243f012fd0 📝 Update release notes
[skip ci]
2025-09-20 17:12:09 +00:00
github-actions[bot] 14168b43eb 📝 Update release notes
[skip ci]
2025-09-20 16:58:15 +00:00
github-actions[bot] d2f6b92a83 📝 Update release notes
[skip ci]
2025-09-20 16:31:01 +00:00
github-actions[bot] 73841b9976 📝 Update release notes
[skip ci]
2025-09-20 16:28:18 +00:00
Sofie Van Landeghem 744736af9c
📝 Remove outdated formatting from `path-params-numeric-validations.md` for languages `en`, `es` and `uk`. (#14059) 2025-09-20 18:27:21 +02:00
github-actions[bot] 651603cb37 📝 Update release notes
[skip ci]
2025-09-20 16:27:07 +00:00
github-actions[bot] c8a29944f4 📝 Update release notes
[skip ci]
2025-09-20 16:23:31 +00:00
github-actions[bot] d2da9e8e46 📝 Update release notes
[skip ci]
2025-09-20 15:10:36 +00:00
Nils-Hero Lindemann 9b1234d7d0
📝 Update prompts and German translation (#14015)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Motov Yurii <109919500+YuriiMotov@users.noreply.github.com>
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2025-09-20 17:10:09 +02:00
github-actions[bot] 4c175319f5 📝 Update release notes
[skip ci]
2025-09-20 12:58:37 +00:00
Nils-Hero Lindemann 7095a11056
📝 Fix and Improve English Documentation (#14048)
Co-authored-by: Motov Yurii <109919500+YuriiMotov@users.noreply.github.com>
2025-09-20 14:58:04 +02:00
github-actions[bot] 9d7388d9f1 📝 Update release notes
[skip ci]
2025-09-20 12:55:53 +00:00
Nils-Hero Lindemann f10ed69b97
Add LLM test file (#14049)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2025-09-20 12:55:29 +00:00
github-actions[bot] 111431295c 📝 Update release notes
[skip ci]
2025-09-20 12:22:28 +00:00
github-actions[bot] ccfca4cb06 📝 Update release notes
[skip ci]
2025-09-20 12:06:14 +00:00
github-actions[bot] ee46b851bc 📝 Update release notes
[skip ci]
2025-09-20 11:44:16 +00:00
github-actions[bot] 5c1f87c563 📝 Update release notes
[skip ci]
2025-09-18 08:09:56 +00:00
Sebastián Ramírez a372edf7e8 🔖 Release version 0.116.2 2025-09-16 20:23:54 +02:00
github-actions[bot] bc1aba7322 📝 Update release notes
[skip ci]
2025-09-16 17:22:39 +00:00
github-actions[bot] 938dd045fd 📝 Update release notes
[skip ci]
2025-09-16 09:44:33 +00:00
github-actions[bot] ed45b074b9 📝 Update release notes
[skip ci]
2025-09-16 08:23:33 +00:00
github-actions[bot] 16d75d90eb 📝 Update release notes
[skip ci]
2025-09-09 09:14:40 +00:00
github-actions[bot] 984d646705 📝 Update release notes
[skip ci]
2025-09-09 09:12:07 +00:00
github-actions[bot] 1fe23335ce 📝 Update release notes
[skip ci]
2025-09-08 19:12:46 +00:00
github-actions[bot] 3d08a4f3a8 📝 Update release notes
[skip ci]
2025-09-08 07:12:46 +00:00
github-actions[bot] 5226ff90d7 📝 Update release notes
[skip ci]
2025-09-05 12:48:45 +00:00
github-actions[bot] 43f6115096 📝 Update release notes
[skip ci]
2025-09-05 08:59:54 +00:00
github-actions[bot] 3112e05b77 📝 Update release notes
[skip ci]
2025-09-05 08:59:48 +00:00
Sebastián Ramírez 4560158502
👥 Update FastAPI People - Contributors and Translators (#14029)
Co-authored-by: github-actions <github-actions@github.com>
2025-09-05 10:58:29 +02:00
Sebastián Ramírez 2ad28d436f
👥 Update FastAPI People - Sponsors (#14030)
Co-authored-by: github-actions <github-actions@github.com>
2025-09-05 10:58:22 +02:00
github-actions[bot] d7604d16a3 📝 Update release notes
[skip ci]
2025-09-05 08:58:10 +00:00
github-actions[bot] 79c51ad542 📝 Update release notes
[skip ci]
2025-09-05 08:57:43 +00:00
Sebastián Ramírez 7cf567010d
👥 Update FastAPI GitHub topic repositories (#14031)
Co-authored-by: github-actions <github-actions@github.com>
2025-09-05 10:57:41 +02:00
Sebastián Ramírez 3d763c8d38
👥 Update FastAPI People - Experts (#14034)
Co-authored-by: github-actions <github-actions@github.com>
2025-09-05 10:57:16 +02:00
github-actions[bot] 30a07155fb 📝 Update release notes
[skip ci]
2025-09-05 08:34:10 +00:00
github-actions[bot] 3e2dbf9169 📝 Update release notes
[skip ci]
2025-08-31 19:34:37 +00:00
Sebastián Ramírez f5b77ff0fc
📝 Add documentation for Behind a Proxy - Proxy Forwarded Headers, using `--forwarded-allow-ips="*"` (#14028)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2025-08-31 21:34:08 +02:00
github-actions[bot] 176cd8c9ef 📝 Update release notes
[skip ci]
2025-08-31 15:20:12 +00:00
Sebastián Ramírez 1884d76f61
🔧 Update sponsors: remove Platform.sh (#14027) 2025-08-31 15:19:49 +00:00
github-actions[bot] 8062aabdaa 📝 Update release notes
[skip ci]
2025-08-31 15:02:29 +00:00
Sebastián Ramírez ee9ccac1e5
🔧 Update sponsors: remove Mobb (#14026) 2025-08-31 15:02:08 +00:00
github-actions[bot] 5cd4c3b6bd 📝 Update release notes
[skip ci]
2025-08-31 10:59:17 +00:00
Jom Karlo Verzosa 4584f706bd
📝 Add deprecation info block about `dict()` in `docs/tutorial/body.md` (#13906)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2025-08-31 10:58:56 +00:00
github-actions[bot] ba9c8fba0b 📝 Update release notes
[skip ci]
2025-08-31 10:50:12 +00:00
Valentyn d9249c1949
📝 Fix Twitter to be X (Twitter) everywhere in documentation (#13809)
Co-authored-by: Valentyn Druzhynin <v.druzhynin@zakaz.global>
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2025-08-31 12:49:48 +02:00
github-actions[bot] a973e787af 📝 Update release notes
[skip ci]
2025-08-31 10:33:32 +00:00
Ashish Pandey 1088d2abd9
🐛 Prevent scroll-to-top on restart/fast buttons in `termynal.js` (#13714)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2025-08-31 12:32:57 +02:00
github-actions[bot] 98ec6a6079 📝 Update release notes
[skip ci]
2025-08-31 10:29:48 +00:00
github-actions[bot] 6b4d292f3a 📝 Update release notes
[skip ci]
2025-08-31 10:29:27 +00:00
z0z0r4 d4ddcc5878
📝 Update testing events documentation (#13259)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Motov Yurii <109919500+YuriiMotov@users.noreply.github.com>
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2025-08-31 10:29:21 +00:00
Hotah Ma 0e5832aa6d
📝 Remove obsolete `url` field in error responses in docs (#13655)
Co-authored-by: Motov Yurii <109919500+YuriiMotov@users.noreply.github.com>
2025-08-31 12:29:01 +02:00
github-actions[bot] ee2acd8abc 📝 Update release notes
[skip ci]
2025-08-31 10:03:35 +00:00
Arnaud Durand e902ed5fc6
📝 Bring the `scope` claim in line with the standard in `docs_src/security/tutorial005.py` (#11189)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Yurii Motov <yurii.motov.monte@gmail.com>
2025-08-31 12:03:10 +02:00
github-actions[bot] cef1f166df 📝 Update release notes
[skip ci]
2025-08-31 09:59:28 +00:00
Soul Lee 8e63f75919
📝 Update TrustedHostMiddleware Documentation (#11441)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Alejandra <90076947+alejsdev@users.noreply.github.com>
Co-authored-by: Sofie Van Landeghem <svlandeg@users.noreply.github.com>
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
Co-authored-by: Motov Yurii <109919500+YuriiMotov@users.noreply.github.com>
2025-08-31 11:59:07 +02:00
github-actions[bot] e1b9cc00ca 📝 Update release notes
[skip ci]
2025-08-31 09:56:48 +00:00
Denny Biasiolli 408b8a9beb
📝 Remove links to site callbackhell.com that doesn't exist anymore (#14006) 2025-08-31 11:56:21 +02:00
github-actions[bot] 0817c955ec 📝 Update release notes
[skip ci]
2025-08-31 09:16:03 +00:00
Motov Yurii c55f7138a1
📝 Add permalinks to headers in English docs (#13993)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2025-08-31 09:15:41 +00:00
github-actions[bot] 7653de2715 📝 Update release notes
[skip ci]
2025-08-31 09:11:36 +00:00
github-actions[bot] 6db05770f6 📝 Update release notes
[skip ci]
2025-08-25 20:03:24 +00:00
github-actions[bot] 9cf7b70d7b 📝 Update release notes
[skip ci]
2025-08-20 09:11:20 +00:00
github-actions[bot] 5c3a70d5b6 📝 Update release notes
[skip ci]
2025-08-18 21:07:25 +00:00
github-actions[bot] c23051682b 📝 Update release notes
[skip ci]
2025-08-18 06:35:06 +00:00
Mika df779885fa
📝 Fix code include for Pydantic models example in `docs/zh/docs/python-types.md` (#13997)
Updated the Pydantic expiration example in the Chinese documentation
2025-08-18 08:34:40 +02:00
github-actions[bot] 9c7abbff43 📝 Update release notes
[skip ci]
2025-08-15 22:01:21 +00:00
github-actions[bot] dbc9d3a0ce 📝 Update release notes
[skip ci]
2025-08-15 22:00:13 +00:00
Lubos f1b1449958
📝 Update `docs/en/docs/advanced/generate-clients.md` (#13793) 2025-08-15 23:59:47 +02:00
github-actions[bot] 078324583c 📝 Update release notes
[skip ci]
2025-08-15 21:44:33 +00:00
github-actions[bot] 753bb9fb9f 📝 Update release notes
[skip ci]
2025-08-08 05:48:47 +00:00
Chai Landau ba0f6121b9
🔧 Update Speakeasy sponsor graphic (#13971) 2025-08-08 07:48:21 +02:00
github-actions[bot] 12b36a048c 📝 Update release notes
[skip ci]
2025-08-08 05:44:22 +00:00
github-actions[bot] 6cee687a79 📝 Update release notes
[skip ci]
2025-08-08 05:43:40 +00:00
github-actions[bot] 6df50d40fe 📝 Update release notes
[skip ci]
2025-08-01 14:32:59 +00:00
Sebastián Ramírez f736e48ab3
👥 Update FastAPI People - Experts (#13963)
Co-authored-by: github-actions <github-actions@github.com>
2025-08-01 16:32:33 +02:00
github-actions[bot] c40bd0e426 📝 Update release notes
[skip ci]
2025-08-01 14:09:56 +00:00
github-actions[bot] 37dd99ffe3 📝 Update release notes
[skip ci]
2025-08-01 14:06:58 +00:00
github-actions[bot] 391887db91 📝 Update release notes
[skip ci]
2025-08-01 13:50:42 +00:00
github-actions[bot] 92ea53baca 📝 Update release notes
[skip ci]
2025-08-01 13:19:48 +00:00
Sebastián Ramírez 2e16e105c9
👥 Update FastAPI GitHub topic repositories (#13962)
Co-authored-by: github-actions <github-actions@github.com>
2025-08-01 15:19:22 +02:00
github-actions[bot] d07159797b 📝 Update release notes
[skip ci]
2025-08-01 13:09:46 +00:00
github-actions[bot] 6e69d62bfe 📝 Update release notes
[skip ci]
2025-08-01 06:22:46 +00:00
github-actions 1c1c2e8ab9 📝 Update release notes
[skip ci]
2025-08-01 06:20:13 +00:00
Sebastián Ramírez 3ad01a1247
👥 Update FastAPI People - Sponsors (#13956)
Co-authored-by: github-actions <github-actions@github.com>
2025-08-01 08:19:53 +02:00
github-actions a0ede1839a 📝 Update release notes
[skip ci]
2025-08-01 06:17:21 +00:00
Sebastián Ramírez a9fbc4b8f5
👥 Update FastAPI People - Contributors and Translators (#13955)
Co-authored-by: github-actions <github-actions@github.com>
2025-08-01 08:16:58 +02:00
github-actions 1e4f123eb0 📝 Update release notes
[skip ci]
2025-07-31 18:21:09 +00:00
Sebastián Ramírez 8abfa0f106
🔧 Update sponsors: Databento link and sponsors_badge data (#13954) 2025-07-31 18:20:49 +00:00
github-actions cf726c93d9 📝 Update release notes
[skip ci]
2025-07-31 17:47:55 +00:00
Sebastián Ramírez e326cec10e
🔧 Update sponsors: Add Railway (#13953) 2025-07-31 17:47:31 +00:00
github-actions 8af92a6139 📝 Update release notes
[skip ci]
2025-07-30 16:38:11 +00:00
github-actions 7b2631a88d 📝 Update release notes
[skip ci]
2025-07-28 20:18:19 +00:00
github-actions c656671609 📝 Update release notes
[skip ci]
2025-07-27 23:52:18 +00:00
github-actions c74e7d1ce4 📝 Update release notes
[skip ci]
2025-07-27 19:12:39 +00:00
github-actions d5d302c3da 📝 Update release notes
[skip ci]
2025-07-26 21:27:58 +00:00
github-actions 4c40b484f1 📝 Update release notes
[skip ci]
2025-07-26 21:19:29 +00:00
github-actions 4f0aae9d23 📝 Update release notes
[skip ci]
2025-07-26 18:58:14 +00:00
Sebastián Ramírez ae02be90b6
🔨 Update translations script to remove old (removed) files (#13928)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2025-07-26 20:57:50 +02:00
github-actions d67f092db8 📝 Update release notes
[skip ci]
2025-07-26 11:36:02 +00:00
Alejandra 3d60b5e23e
📝 Add discussion template for new language translation requests (#13535)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2025-07-26 11:35:42 +00:00
github-actions 89b4d1f076 📝 Update release notes
[skip ci]
2025-07-26 11:17:02 +00:00
Edmilson Monteiro Rodrigues Neto 2013336d65
🌐 Update Portuguese Translation for `docs/pt/docs/async.md` (#13863) 2025-07-26 13:16:39 +02:00
github-actions 8bfc783194 📝 Update release notes
[skip ci]
2025-07-26 10:51:53 +00:00
github-actions bfbed30869 📝 Update release notes
[skip ci]
2025-07-26 10:49:51 +00:00
github-actions 106a4338db 📝 Update release notes
[skip ci]
2025-07-26 10:48:36 +00:00
Koyo Miyazaki e4453a850d
📝 Fix highlight line in `docs/ja/docs/tutorial/body.md` (#13927)
fix highlight line in docs/ja/docs/tutorial/body.md
2025-07-26 12:48:11 +02:00
github-actions 4ca93aea04 📝 Update release notes
[skip ci]
2025-07-25 09:27:24 +00:00
Mohammad da508e9dce
🌐 Add Persian translation for `docs/fa/docs/environment-variables.md` (#13923)
🌐 Add Persian translation for docs/fa/docs/environment-variables.md
2025-07-25 11:27:03 +02:00
github-actions ed48cc457f 📝 Update release notes
[skip ci]
2025-07-23 13:02:50 +00:00
Sebastián Ramírez a5a4daa705
🔧 Update sponsors: Add Mobb (#13916) 2025-07-23 15:02:20 +02:00
github-actions 6bc29cc5ba 📝 Update release notes
[skip ci]
2025-07-21 12:21:22 +00:00
Mohammad c8f330314e
🌐 Add Persian translation for `docs/fa/docs/python-types.md` (#13524)
* 🌐 Add Persian translation for docs/fa/docs/python-types.md

* 🎨 [pre-commit.ci] Auto format from pre-commit.com hooks

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2025-07-21 14:20:57 +02:00
github-actions d9e2aa8678 📝 Update release notes
[skip ci]
2025-07-21 09:57:51 +00:00
Edmilson Monteiro Rodrigues Neto cf0c3cf2c4
🌐 Update Portuguese Translation for `docs/pt/docs/project-generation.md` (#13875)
* docs: update pt-docs project_generation.md

* fix: fix typo
2025-07-21 11:57:31 +02:00
github-actions 4ec2c0bb5b 📝 Update release notes
[skip ci]
2025-07-21 09:43:19 +00:00
Mohammad 5c74eeba5b
🌐 Add Persian translation for `docs/fa/docs/async.md` (#13541)
* 🌐 Add Persian translation for docs/fa/docs/async.md

* 🎨 [pre-commit.ci] Auto format from pre-commit.com hooks

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2025-07-21 11:42:59 +02:00
JP-Ellis 44ff653664
docs: add caveat about ContextVar in dependencies
As discovered and discussed in #13382, ContextVars set in a
_synchronous_ dependency is not available to the rest of the request due
to the way FastAPI handles that dependency.

The documentation did not make any mention of this, and it was only
after I asked that I discovered this was intended behaviour. So I am
updating the docs to make this clear to others.

Ref: #13382
Signed-off-by: JP-Ellis <josh@jpellis.me>
2025-07-16 10:08:17 +10:00
github-actions 27f4240750 📝 Update release notes
[skip ci]
2025-07-14 12:59:10 +00:00
sajjad rahman 679a97603a
🌐 Add Bangali translation for `docs/bn/about/index.md` (#13882)
* add translation for docs/about/index.md

* 🎨 [pre-commit.ci] Auto format from pre-commit.com hooks

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Motov Yurii <109919500+YuriiMotov@users.noreply.github.com>
2025-07-14 14:58:49 +02:00
github-actions e6d09027e5 📝 Update release notes
[skip ci]
2025-07-12 19:32:45 +00:00
Sebastián Ramírez 6726bf8559
👥 Update FastAPI People - Experts (#13889)
Co-authored-by: github-actions <github-actions@github.com>
2025-07-12 19:32:26 +00:00
github-actions 3063c7c57d 📝 Update release notes
[skip ci]
2025-07-12 19:10:12 +00:00
Sebastián Ramírez 313723494b 🔖 Release version 0.116.1 2025-07-11 18:17:57 +02:00
github-actions 095dab00c7 📝 Update release notes
[skip ci]
2025-07-11 16:16:48 +00:00
github-actions a6e79e68a4 📝 Update release notes
[skip ci]
2025-07-11 16:14:42 +00:00
Motov Yurii 2c13b1ba4b
📝 Add notification about impending changes in Translations to `docs/en/docs/contributing.md` (#13886) 2025-07-11 18:14:15 +02:00
github-actions 7179d48fd7 📝 Update release notes
[skip ci]
2025-07-11 06:49:39 +00:00
Sebastián Ramírez bd8f358fd9 🔖 Release version 0.116.0 2025-07-07 17:07:03 +02:00
Sebastián Ramírez 18eb7a7080 📝 Update release notes 2025-07-07 17:05:38 +02:00
github-actions dd906a998e 📝 Update release notes
[skip ci]
2025-07-07 15:00:58 +00:00
Sebastián Ramírez b083ccd250
Add support for deploying to FastAPI Cloud with `fastapi deploy` (#13870) 2025-07-07 17:00:35 +02:00
github-actions af64e9d196 📝 Update release notes
[skip ci]
2025-07-04 05:22:22 +00:00
Naves 0d5dc7ee7b
🌐 Add Russian translation for `docs/ru/docs/advanced/response-directly.md` (#13801)
* 🌐 Add Russian translation for `docs/ru/docs/advanced/response-directly.md`

* 🎨 [pre-commit.ci] Auto format from pre-commit.com hooks

* Update response-directly.md

fixed `Response-классов`

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2025-07-04 07:21:55 +02:00
github-actions 8068a404c7 📝 Update release notes
[skip ci]
2025-07-04 05:17:43 +00:00
Naves 6682295c73
🌐 Add Russian translation for `docs/ru/docs/advanced/additional-status-codes.md` (#13799)
* 🌐 Add Russian translation for `docs/ru/docs/advanced/additional-status-codes.md`

* 🎨 [pre-commit.ci] Auto format from pre-commit.com hooks

* Update additional-status-codes.md

fixed `Response-классов`

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2025-07-04 07:17:17 +02:00
github-actions 2915e31dab 📝 Update release notes
[skip ci]
2025-07-02 19:07:32 +00:00
github-actions 8f336c5fd3 📝 Update release notes
[skip ci]
2025-07-01 13:20:56 +00:00
github-actions 3e666dfdd7 📝 Update release notes
[skip ci]
2025-07-01 13:20:35 +00:00
Sebastián Ramírez be91d0c1bd
👥 Update FastAPI People - Sponsors (#13846)
Co-authored-by: github-actions <github-actions@github.com>
2025-07-01 15:20:19 +02:00
Sebastián Ramírez f4bacfe1b5
👥 Update FastAPI GitHub topic repositories (#13848)
Co-authored-by: github-actions <github-actions@github.com>
2025-07-01 15:20:03 +02:00
github-actions 943faf237c 📝 Update release notes
[skip ci]
2025-07-01 13:19:35 +00:00
github-actions 638b4355d8 📝 Update release notes
[skip ci]
2025-07-01 13:18:41 +00:00
github-actions a86b9a5b03 📝 Update release notes
[skip ci]
2025-07-01 05:14:52 +00:00
Sebastián Ramírez c6037fc96f
👥 Update FastAPI People - Contributors and Translators (#13845)
Co-authored-by: github-actions <github-actions@github.com>
2025-07-01 07:14:26 +02:00
github-actions 5e7c3ee1f3 📝 Update release notes
[skip ci]
2025-06-30 06:00:29 +00:00
Valentyn 6c1432801f
🌐 Add Ukrainian translation for `docs/uk/docs/tutorial/body-updates.md` (#13804)
* 🌐 Add Ukrainian translation for docs/uk/docs/tutorial/body-updates.md

* 🎨 [pre-commit.ci] Auto format from pre-commit.com hooks

---------

Co-authored-by: Valentyn Druzhynin <v.druzhynin@zakaz.global>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2025-06-30 08:00:04 +02:00
Sebastián Ramírez ebdeda2de6 🔖 Release version 0.115.14 2025-06-26 17:26:32 +02:00
Sebastián Ramírez 8fa19a6faa 📝 Update release notes 2025-06-26 17:24:56 +02:00
github-actions 3ecb4c5389 📝 Update release notes
[skip ci]
2025-06-26 15:23:20 +00:00
github-actions df35896a0e 📝 Update release notes
[skip ci]
2025-06-25 09:13:15 +00:00
github-actions 3b09dd8e01 📝 Update release notes
[skip ci]
2025-06-24 19:14:26 +00:00
Valentyn c30821ff6e
🌐 Add Ukrainian translation for `docs/uk/docs/tutorial/response-model.md` (#13792)
* 🌐 Add Ukrainian translation for docs/uk/docs/tutorial/response-model.md

* 🎨 [pre-commit.ci] Auto format from pre-commit.com hooks

* Fix review comments

---------

Co-authored-by: Valentyn Druzhynin <v.druzhynin@zakaz.global>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2025-06-24 21:14:01 +02:00