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 |