zadevhub
|
21c46919fc
|
📝 Update docs/en/docs/tutorial/security/oauth2-jwt.md (#14781)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
Co-authored-by: Yurii Motov <109919500+YuriiMotov@users.noreply.github.com>
|
2026-05-24 10:29:22 +00:00 |
|
Yurii Motov
|
7b57e42986
|
📝 Document --entrypoint CLI option (#15464)
|
2026-05-23 18:35:54 +02:00 |
|
Sebastián Ramírez
|
99812444ab
|
📝 Update docs, simplify usage of admonitions, only default ones (#15553)
|
2026-05-18 13:55:19 +02:00 |
|
Sebastián Ramírez
|
edaf23943c
|
📝 Add docs for pyproject.toml with entrypoint (#15075)
|
2026-03-07 10:29:03 +01:00 |
|
Sebastián Ramírez
|
5b485f0848
|
📝 Update links in docs to no longer use the classes external-link and internal-link (#15061)
|
2026-03-05 19:13:19 +01:00 |
|
Savannah Ostrowski
|
196cafa07a
|
📝 Add documentation for the FastAPI VS Code extension (#15008)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
|
2026-03-05 12:27:12 +01:00 |
|
Sebastián Ramírez
|
2238155844
|
✨ Add support for Server Sent Events (#15030)
|
2026-03-01 10:21:52 +01:00 |
|
Sebastián Ramírez
|
749cefdeb1
|
✨ Add support for streaming JSON Lines and binary data with yield (#15022)
|
2026-02-27 19:56:47 +01:00 |
|
Sebastián Ramírez
|
590a5e5355
|
✨ Serialize JSON response with Pydantic (in Rust), when there's a Pydantic return type or response model (#14962)
|
2026-02-22 17:07:19 +01:00 |
|
Sebastián Ramírez
|
d11f820ac3
|
📝 Update docs for JWT to prevent timing attacks (#14908)
|
2026-02-12 19:10:35 +01:00 |
|
Sebastián Ramírez
|
c9e2277d8b
|
📝 Update source examples and docs from Python 3.9 to 3.10 (#14900)
|
2026-02-12 14:19:43 +01:00 |
|
Sebastián Ramírez
|
ad4e8e0060
|
➖ Drop support for Python 3.9 (#14897)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
|
2026-02-11 19:32:12 +01:00 |
|
Sanjana S
|
f0f3e7a113
|
📝 Fix grammar in docs/en/docs/tutorial/first-steps.md (#14708)
|
2026-02-10 13:26:10 +01:00 |
|
Motov Yurii
|
ca76a4eba9
|
📝 Use dfn tag for definitions instead of abbr in docs (#14744)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
|
2026-02-10 11:48:27 +00:00 |
|
Motov Yurii
|
4414286f2c
|
📝 Update embedded code examples to Python 3.10 syntax (#14758)
|
2026-02-04 13:33:07 +01:00 |
|
Motov Yurii
|
741c7345ea
|
📝 Use return type annotation instead of response_model when possible (#14753)
|
2026-02-04 13:07:26 +01:00 |
|
Motov Yurii
|
b1db1395b6
|
📝 Specify language code for code block (#14656)
|
2026-01-10 22:35:09 +01:00 |
|
Sebastián Ramírez
|
e2cd8a4201
|
➖ Drop support for Pydantic v1, keeping short temporary support for Pydantic v2's pydantic.v1 (#14575)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
|
2025-12-20 16:55:38 +01:00 |
|
Sebastián Ramírez
|
ed97d9dc0c
|
⚰️ Remove Python 3.8 from CI and remove Python 3.8 examples from source docs (#14559)
Co-authored-by: Yurii Motov <yurii.motov.monte@gmail.com>
Co-authored-by: Motov Yurii <109919500+YuriiMotov@users.noreply.github.com>
|
2025-12-17 21:41:43 +01:00 |
|
Sebastián Ramírez
|
cd9d093f60
|
📝 Update docs about re-raising validation errors, do not include string as is to not leak information (#14487)
|
2025-12-10 12:56:50 +00:00 |
|
Motov Yurii
|
9475024640
|
📝 Add variants for code examples in "Advanced User Guide" (#14413)
|
2025-12-10 09:55:32 +01:00 |
|
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 StreamingResponses with dependencies with yield or UploadFiles, 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 |
|