Flavius
|
bb05007f55
|
📝 Update Primary Key notes for the SQL databases tutorial to avoid confusion (#14120)
|
2025-12-02 06:06:56 +01: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
|
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 |
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
|
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
Sebastián Ramírez
|
b083ccd250
|
✨ Add support for deploying to FastAPI Cloud with `fastapi deploy` (#13870)
|
2025-07-07 17:00:35 +02:00 |
Diego Fioravanti
|
3f908a47d9
|
📝 Clarify in CORS docs that wildcards and credentials are mutually exclusive (#9829)
Co-authored-by: Sofie Van Landeghem <svlandeg@users.noreply.github.com>
Co-authored-by: Alejandra <90076947+alejsdev@users.noreply.github.com>
Co-authored-by: Michael Jones <mike.ed.jones@gmail.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: User <alejsdev@gmail.com>
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
|
2025-06-17 12:36:59 +02:00 |
Motov Yurii
|
590abc4b96
|
📝 Clarify the middleware execution order in docs (#13699)
|
2025-06-17 09:42:41 +02:00 |
Sebastián Ramírez
|
214e0740c8
|
🍱 Update Drawio diagrams SVGs, single file per diagram, sans-serif font (#13706)
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
|
2025-05-11 15:37:26 +02:00 |
Gaurav Sheni
|
1d21c7f748
|
✏️ Fix syntax error in `docs/en/docs/tutorial/handling-errors.md` (#13623)
|
2025-04-21 15:30:38 +02:00 |
Sebastián Ramírez
|
2537d9d1c2
|
🐛 Fix `convert_underscores=False` for header Pydantic models (#13515)
|
2025-03-23 21:48:54 +01:00 |
Rishat-F
|
241de23b68
|
📝 Update `docs/en/docs/tutorial/middleware.md` (#13444)
Co-authored-by: Alejandra <90076947+alejsdev@users.noreply.github.com>
|
2025-03-20 13:29:48 +01:00 |
Sebastián Ramírez
|
74fe89bf35
|
🐛 Add docs examples and tests (support) for `Annotated` custom validations, like `AfterValidator`, revert #13440 (#13442)
This reverts commit 15dd2b67d3.
|
2025-03-01 22:02:35 +00:00 |
Haoyu (Daniel) YANG 杨浩宇
|
e24299b2ff
|
📝 Add more precise description of HTTP status code range in docs (#13347)
|
2025-02-15 17:33:33 +01:00 |
Sebastián Ramírez
|
9ec452a154
|
📝 Update docs for Query Params and String Validations, remove obsolete Ellipsis docs (`...`) (#13377)
|
2025-02-15 17:23:59 +01:00 |
Haoyu (Daniel) YANG 杨浩宇
|
261bc2d387
|
✏️ Remove duplicate title in docs `body-multiple-params` (#13345)
|
2025-02-15 11:42:54 +00:00 |
timothy
|
83ab6ac957
|
📝 Change the word "unwrap" to "unpack" in `docs/en/docs/tutorial/extra-models.md` (#13061)
Co-authored-by: timothy <53824764+jts8257@users.noreply.github.com>
Co-authored-by: Sofie Van Landeghem <svlandeg@users.noreply.github.com>
|
2025-01-30 12:21:44 +00:00 |
Zhongheng Cheng
|
87fb46bcac
|
📝 Update `fastapi-cli` UI examples in docs (#13107)
|
2025-01-03 16:26:01 +00:00 |
alv2017
|
b7367f2564
|
📝 Minor corrections in `docs/en/docs/tutorial/sql-databases.md` (#13081)
|
2024-12-25 20:10:12 +00:00 |
Sebastián Ramírez
|
1c711e7147
|
📝 Update includes format in docs with an automated script (#12950)
|
2024-11-18 03:25:44 +01:00 |
Gaurav Sheni
|
c1781066be
|
📝 Update includes for `docs/en/docs/tutorial/body.md` (#12757)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
|
2024-11-12 17:09:34 +01:00 |
Nimitha J
|
694f6ccf0d
|
📝 Update includes for `docs/en/docs/tutorial/metadata.md` (#12773)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
|
2024-11-10 17:38:49 +00:00 |
xuvjso
|
9aaeb8b057
|
📝 Update `docs/en/docs/tutorial/dependencies/dependencies-with-yield.md` (#12045)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
|
2024-11-10 17:36:46 +00:00 |
VISHNU V S
|
3829bdc4a5
|
📝 Update includes for `docs/en/docs/tutorial/dependencies/global-dependencies.md` (#12653)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
|
2024-11-10 17:27:25 +00:00 |
davioc
|
be516b0d2c
|
📝 Update includes for `docs/en/docs/tutorial/body-updates.md` (#12712)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
|
2024-11-10 17:26:01 +00:00 |
David Caro
|
bfaf4c303f
|
📝 Remove mention of Celery in the project generators (#12742)
Signed-off-by: David Caro <me@dcaro.es>
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
|
2024-11-10 17:23:38 +00:00 |
Zhaohan Dong
|
8f5ec897f7
|
📝 Update includes in `docs/en/docs/tutorial/header-param-models.md` (#12814)
Signed-off-by: Zhaohan Dong <65422392+zhaohan-dong@users.noreply.github.com>
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
|
2024-11-10 17:19:19 +00:00 |
VISHNU V S
|
9fa2474be0
|
📝 Update includes in `docs/en/docs/tutorial/request-forms.md` (#12648)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
|
2024-11-10 17:10:49 +00:00 |
VISHNU V S
|
821b32f8b3
|
📝 Update includes in `docs/en/docs/tutorial/request-form-models.md` (#12649)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
|
2024-11-10 17:09:09 +00:00 |
Okeke Chukwuemeka Christian
|
1fc9a9ad3a
|
📝 Update includes in `docs/en/docs/tutorial/security/oauth2-jwt.md` (#12650)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
|
2024-11-10 17:02:51 +00:00 |
Baldeep Singh Handa
|
b2236d080a
|
📝 Update includes for `docs/en/docs/tutorial/dependencies/dependencies-in-path-operation-decorators.md` (#12815)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
|
2024-11-10 16:45:28 +00:00 |
Baldeep Singh Handa
|
a01f9f298e
|
📝 Update includes for `docs/en/docs/tutorial/dependencies/classes-as-dependencies.md` (#12813)
|
2024-11-10 01:11:07 +00:00 |
Alejandra
|
40912999d1
|
✏️ Fix error in `docs/en/docs/tutorial/middleware.md` (#12819)
|
2024-11-09 17:07:05 +00:00 |
Okeke Chukwuemeka Christian
|
f26a1b6385
|
📝 Update includes for `docs/en/docs/tutorial/security/get-current-user.md` (#12645)
|
2024-11-09 17:03:01 +00:00 |
Okeke Chukwuemeka Christian
|
6e7e6f6c55
|
📝 Update includes for `docs/en/docs/tutorial/security/first-steps.md` (#12643)
|
2024-11-09 16:59:54 +00:00 |
Sebastián Ramírez
|
7fb9c5922d
|
📝 Fix admonition double quotes with new syntax (#12835)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
|
2024-11-09 16:39:20 +00:00 |
Zhaohan Dong
|
ac9f4517f0
|
📝 Update includes in `docs/en/docs/tutorial/path-params-numeric-validations.md` (#12825)
|
2024-11-09 16:25:01 +00:00 |
Sebastián Ramírez
|
5c080d81ae
|
📝 Update includes for `docs/en/docs/tutorial/schema-extra-example.md` (#12822)
|
2024-11-09 16:00:17 +00:00 |
VISHNU V S
|
438343c376
|
📝 Update includes for `docs/en/docs/tutorial/header-params.md` (#12640)
|
2024-11-09 15:32:39 +00:00 |
VISHNU V S
|
35506c1f59
|
📝 Update includes in `docs/en/docs/tutorial/cookie-param-models.md` (#12639)
|
2024-11-09 15:29:53 +00:00 |
VISHNU V S
|
480ba19e9f
|
📝 Update includes for `docs/en/docs/tutorial/extra-models.md` (#12638)
|
2024-11-09 15:28:48 +00:00 |
VISHNU V S
|
85e0a95bde
|
📝 Update includes for `docs/en/docs/tutorial/cors.md` (#12637)
|
2024-11-09 15:26:44 +00:00 |