Sebastián Ramírez
|
99812444ab
|
📝 Update docs, simplify usage of admonitions, only default ones (#15553)
|
1 month ago |
Sebastián Ramírez
|
3808d8540f
|
🔧 Update sponsors: remove Speakeasy (#15368)
|
3 months ago |
Sebastián Ramírez
|
ae4e45c5cc
|
🔥 Remove April Fool's `@app.vibe()` 🤪 (#15363)
|
3 months ago |
Sebastián Ramírez
|
70580da818
|
✨ Add support for `@app.vibe()` (#15280)
|
3 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 |
Sebastián Ramírez
|
2238155844
|
✨ Add support for Server Sent Events (#15030)
|
4 months ago |
Sebastián Ramírez
|
1377052c6c
|
📝 Update docs for responses and new stream with `yield` (#15023)
|
4 months ago |
Casper da Costa-Luis
|
c3f54a0794
|
📝 Add `await` in `StreamingResponse` code example to allow cancellation (#14681)
Co-authored-by: Sebastián Ramírez <[email protected]>
|
4 months ago |
Sebastián Ramírez
|
749cefdeb1
|
✨ Add support for streaming JSON Lines and binary data with `yield` (#15022)
|
4 months ago |
Motov Yurii
|
0901b4092c
|
📝 Rename `docs_src/websockets` to `docs_src/websockets_` to avoid import errors (#14979)
|
4 months ago |
Sebastián Ramírez
|
22354a2530
|
🔒️ Add `strict_content_type` checking for JSON requests (#14978)
|
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
|
e8b98d2187
|
🐛 Fix JSON Schema for files, use `contentMediaType` instead of `format: binary` (#14953)
|
4 months ago |
Sebastián Ramírez
|
c82a3d8a13
|
📝 Update highlights in webhooks docs (#14905)
|
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)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
|
5 months ago |
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 <[email protected]>
|
5 months ago |
Rayyan oumlil
|
2e170b9585
|
📝 Fix duplicate word in `advanced-dependencies.md` (#14815)
|
5 months ago |
Motov Yurii
|
dc3278654f
|
📝 Use `WSGIMiddleware` from `a2wsgi` instead of deprecated `fastapi.middleware.wsgi.WSGIMiddleware` (#14756)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
|
5 months ago |
Motov Yurii
|
3063ada72f
|
✅ Add missing tests for code examples (#14569)
Co-authored-by: Sebastián Ramírez <[email protected]>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Nils-Hero Lindemann <[email protected]>
|
6 months ago |
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>
|
6 months ago |
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 <[email protected]>
Co-authored-by: Motov Yurii <[email protected]>
|
7 months ago |
Motov Yurii
|
9475024640
|
📝 Add variants for code examples in "Advanced User Guide" (#14413)
|
7 months ago |
Motov Yurii
|
dcf0299195
|
📝 Fix docstring of `servers` parameter (#14405)
Co-authored-by: Sebastián Ramírez <[email protected]>
|
7 months ago |
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`
|
8 months ago |
Sebastián Ramírez
|
289b4aa2fa
|
📝 Upate docs for advanced dependencies with `yield`, noting the changes in 0.121.0, adding `scope` (#14287)
|
8 months ago |
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>
|
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)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
|
9 months ago |
Nils-Hero Lindemann
|
7095a11056
|
📝 Fix and Improve English Documentation (#14048)
Co-authored-by: Motov Yurii <[email protected]>
|
9 months ago |
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>
|
10 months ago |
Valentyn
|
d9249c1949
|
📝 Fix Twitter to be X (Twitter) everywhere in documentation (#13809)
Co-authored-by: Valentyn Druzhynin <[email protected]>
Co-authored-by: Sebastián Ramírez <[email protected]>
|
10 months ago |
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 <[email protected]>
Co-authored-by: Sebastián Ramírez <[email protected]>
|
10 months ago |
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 <[email protected]>
|
10 months ago |
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 <[email protected]>
Co-authored-by: Sofie Van Landeghem <[email protected]>
Co-authored-by: Sebastián Ramírez <[email protected]>
Co-authored-by: Motov Yurii <[email protected]>
|
10 months ago |
Motov Yurii
|
c55f7138a1
|
📝 Add permalinks to headers in English docs (#13993)
Co-authored-by: Sebastián Ramírez <[email protected]>
|
10 months ago |
Lubos
|
f1b1449958
|
📝 Update `docs/en/docs/advanced/generate-clients.md` (#13793)
|
11 months ago |
Naves
|
9026f3b1bd
|
Misprint (#13800)
|
1 year ago |
Nolan Di Mare Sullivan
|
7d9195a248
|
📝 Update Speakeasy URL to Speakeasy Sandbox (#13697)
|
1 year ago |
Elliot Ford
|
5f9c7a3185
|
📝 Fix liblab client generation doc link (#13571)
|
1 year ago |
Sebastián Ramírez
|
316566e40e
|
🔧 Update sponsors: pause TestDriven (#13446)
|
1 year ago |
Sebastián Ramírez
|
1c711e7147
|
📝 Update includes format in docs with an automated script (#12950)
|
2 years ago |
AyushSinghal1794
|
13892a39cd
|
📝 Update includes in `docs/en/docs/advanced/testing-dependencies.md` (#12647)
Co-authored-by: Sebastián Ramírez <[email protected]>
|
2 years ago |
AyushSinghal1794
|
ac4956d3a3
|
📝 Update includes in `docs/en/docs/advanced/generate-clients.md` (#12642)
|
2 years ago |
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>
|
2 years ago |
Hamid Rasti
|
52e8ea4c97
|
📝 Update includes for `docs/en/docs/advanced/testing-websockets.md` (#12761)
|
2 years ago |
Hamid Rasti
|
2d45b54f10
|
📝 Update includes for `docs/en/docs/advanced/using-request-directly.md` (#12760)
|
2 years ago |
Hamid Rasti
|
a86d2bbf4f
|
📝 Update includes for `docs/advanced/wsgi.md` (#12758)
|
2 years ago |
VISHNU V S
|
ffcb635c2a
|
📝 Update includes in `docs/en/docs/advanced/websockets.md` (#12606)
|
2 years ago |
Zhaohan Dong
|
334d8326d0
|
📝 Update includes in `docs/en/docs/advanced/sub-applications.md` (#12806)
|
2 years ago |