268 Commits (6009ac56a608715954ab2abb885cf51de739bbeb)

Author SHA1 Message Date
Alexander Li 3e3d38930e
✏️ Use `Annotated` in inline example in `docs/en/docs/tutorial/body-multiple-params.md` (#15591) 1 month ago
zadevhub 21c46919fc
📝 Update `docs/en/docs/tutorial/security/oauth2-jwt.md` (#14781) 1 month ago
Yurii Motov 7b57e42986
📝 Document `--entrypoint` CLI option (#15464) 1 month ago
Sebastián Ramírez 99812444ab
📝 Update docs, simplify usage of admonitions, only default ones (#15553) 2 months ago
Sebastián Ramírez edaf23943c
📝 Add docs for `pyproject.toml` with `entrypoint` (#15075) 4 months ago
Sebastián Ramírez 5b485f0848
📝 Update links in docs to no longer use the classes external-link and internal-link (#15061) 4 months ago
Savannah Ostrowski 196cafa07a
📝 Add documentation for the FastAPI VS Code extension (#15008) 4 months ago
Sebastián Ramírez 2238155844
Add support for Server Sent Events (#15030) 4 months ago
Sebastián Ramírez 749cefdeb1
Add support for streaming JSON Lines and binary data with `yield` (#15022) 4 months ago
Sebastián Ramírez 590a5e5355
Serialize JSON response with Pydantic (in Rust), when there's a Pydantic return type or response model (#14962) 4 months ago
Sebastián Ramírez d11f820ac3
📝 Update docs for JWT to prevent timing attacks (#14908) 5 months ago
Sebastián Ramírez c9e2277d8b
📝 Update source examples and docs from Python 3.9 to 3.10 (#14900) 5 months ago
Sebastián Ramírez ad4e8e0060
Drop support for Python 3.9 (#14897) 5 months ago
Sanjana S f0f3e7a113
📝 Fix grammar in `docs/en/docs/tutorial/first-steps.md` (#14708) 5 months ago
Motov Yurii ca76a4eba9
📝 Use `dfn` tag for definitions instead of `abbr` in docs (#14744) 5 months ago
Motov Yurii 4414286f2c
📝 Update embedded code examples to Python 3.10 syntax (#14758) 5 months ago
Motov Yurii 741c7345ea
📝 Use return type annotation instead of `response_model` when possible (#14753) 5 months ago
Motov Yurii b1db1395b6
📝 Specify language code for code block (#14656) 6 months ago
Sebastián Ramírez e2cd8a4201
Drop support for Pydantic v1, keeping short temporary support for Pydantic v2's `pydantic.v1` (#14575) 6 months ago
Sebastián Ramírez ed97d9dc0c
⚰️ Remove Python 3.8 from CI and remove Python 3.8 examples from source docs (#14559) 7 months ago
Sebastián Ramírez cd9d093f60
📝 Update docs about re-raising validation errors, do not include string as is to not leak information (#14487) 7 months ago
Motov Yurii 9475024640
📝 Add variants for code examples in "Advanced User Guide" (#14413) 7 months ago
Flavius bb05007f55
📝 Update Primary Key notes for the SQL databases tutorial to avoid confusion (#14120) 7 months ago
Sebastián Ramírez 994d6cc912
📝 Add docs for using FastAPI Cloud (#14359) 8 months ago
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) 8 months ago
Marcelo Trylesinski dde7bd1ceb
📝 Replace `starlette.io` by `starlette.dev` and `uvicorn.org` by `uvicorn.dev` (#14176) 9 months ago
Sebastián Ramírez e329d78f86
🐛 Fix support for `StreamingResponse`s with dependencies with `yield` or `UploadFile`s, close after the response is done (#14099) 9 months ago
Neizvestnyj efdafa4361
📝 Update `tutorial/security/oauth2-jwt/` to use `pwdlib` with Argon2 instead of `passlib` (#13917) 9 months ago
Marcelo Trylesinski cd2e1e43bd
📝 Add note about Cookies and JavaScript on `tutorial/cookie-params.md` (#13510) 10 months ago
Sofie Van Landeghem 744736af9c
📝 Remove outdated formatting from `path-params-numeric-validations.md` for languages `en`, `es` and `uk`. (#14059) 10 months ago
Nils-Hero Lindemann 7095a11056
📝 Fix and Improve English Documentation (#14048) 10 months ago
Jom Karlo Verzosa 4584f706bd
📝 Add deprecation info block about `dict()` in `docs/tutorial/body.md` (#13906) 10 months ago
Valentyn d9249c1949
📝 Fix Twitter to be X (Twitter) everywhere in documentation (#13809) 10 months ago
Hotah Ma 0e5832aa6d
📝 Remove obsolete `url` field in error responses in docs (#13655) 10 months ago
Motov Yurii c55f7138a1
📝 Add permalinks to headers in English docs (#13993) 10 months ago
Sebastián Ramírez b083ccd250
Add support for deploying to FastAPI Cloud with `fastapi deploy` (#13870) 1 year ago
Diego Fioravanti 3f908a47d9
📝 Clarify in CORS docs that wildcards and credentials are mutually exclusive (#9829) 1 year ago
Motov Yurii 590abc4b96
📝 Clarify the middleware execution order in docs (#13699) 1 year ago
Sebastián Ramírez 214e0740c8
🍱 Update Drawio diagrams SVGs, single file per diagram, sans-serif font (#13706) 1 year ago
Gaurav Sheni 1d21c7f748
✏️ Fix syntax error in `docs/en/docs/tutorial/handling-errors.md` (#13623) 1 year ago
Sebastián Ramírez 2537d9d1c2
🐛 Fix `convert_underscores=False` for header Pydantic models (#13515) 1 year ago
Rishat-F 241de23b68
📝 Update `docs/en/docs/tutorial/middleware.md` (#13444) 1 year ago
Sebastián Ramírez 74fe89bf35
🐛 Add docs examples and tests (support) for `Annotated` custom validations, like `AfterValidator`, revert #13440 (#13442) 1 year ago
Haoyu (Daniel) YANG 杨浩宇 e24299b2ff
📝 Add more precise description of HTTP status code range in docs (#13347) 1 year ago
Sebastián Ramírez 9ec452a154
📝 Update docs for Query Params and String Validations, remove obsolete Ellipsis docs (`...`) (#13377) 1 year ago
Haoyu (Daniel) YANG 杨浩宇 261bc2d387
✏️ Remove duplicate title in docs `body-multiple-params` (#13345) 1 year ago
timothy 83ab6ac957
📝 Change the word "unwrap" to "unpack" in `docs/en/docs/tutorial/extra-models.md` (#13061) 1 year ago
Zhongheng Cheng 87fb46bcac
📝 Update `fastapi-cli` UI examples in docs (#13107) 2 years ago
alv2017 b7367f2564
📝 Minor corrections in `docs/en/docs/tutorial/sql-databases.md` (#13081) 2 years ago
Sebastián Ramírez 1c711e7147
📝 Update includes format in docs with an automated script (#12950) 2 years ago