fastapi/docs_src
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
..
additional_responses
additional_status_codes
advanced_middleware 📝 Add missing `compresslevel` parameter on docs for `GZipMiddleware` (#11350) 2024-08-15 17:38:02 -05:00
app_testing 📝 Update testing events documentation (#13259) 2025-08-31 10:29:21 +00:00
async_tests 📝 Fix async test example not to trigger DeprecationWarning (#12084) 2024-08-30 18:00:41 +02:00
background_tasks
behind_a_proxy 📝 Add documentation for Behind a Proxy - Proxy Forwarded Headers, using `--forwarded-allow-ips="*"` (#14028) 2025-08-31 21:34:08 +02:00
bigger_applications
body 📝 Update Request Body's `tutorial002` to deal with `tax=0` case (#13230) 2025-01-30 12:19:10 +00:00
body_fields
body_multiple_params
body_nested_models
body_updates
conditional_openapi
configure_swagger_ui 🐛 Fix issue with Swagger theme change example in the official tutorial (#13289) 2025-02-18 17:52:15 +01:00
cookie_param_models Add support for Pydantic models for parameters using `Query`, `Cookie`, `Header` (#12199) 2024-09-17 20:54:10 +02:00
cookie_params
cors
custom_docs_ui ⬆️ Update ReDoc to version 2.x (#9700) 2025-04-28 20:31:44 +02:00
custom_request_and_route
custom_response 📝 Update links to Pydantic docs to point to new website (#11328) 2024-03-21 20:42:11 -05:00
dataclasses ✏️ Fix typos in docs (#11926) 2024-07-31 09:09:15 -05:00
debugging
dependencies Add support for dependencies with scopes, support `scope="request"` for dependencies with `yield` that exit before the response is sent (#14262) 2025-11-03 11:12:49 +01:00
dependency_testing
encoder
events
extending_openapi
extra_data_types 📝 Fix types in examples under `docs_src/extra_data_types` (#10535) 2024-04-18 19:11:40 -05:00
extra_models
first_steps
generate_clients 🛠️ Improve Node.js script in docs to generate TypeScript clients (#11293) 2024-03-14 12:40:05 +01:00
graphql ✏️ Update Strawberry integration docs (#13155) 2025-01-06 11:24:17 +00:00
handling_errors ⬆️ Upgrade Starlette supported version range to >=0.40.0,<0.49.0 (#14077) 2025-09-16 19:21:48 +02:00
header_param_models 🐛 Fix `convert_underscores=False` for header Pydantic models (#13515) 2025-03-23 21:48:54 +01:00
header_params ⬆️ Upgrade configuration for Ruff v0.2.0 (#11075) 2024-03-26 11:56:53 -05:00
metadata
middleware edit middleware docs code sample to use perf_counter as a timer 2024-08-06 14:46:39 +01:00
openapi_callbacks
openapi_webhooks
path_operation_advanced_configuration Add support for Pydantic's 2.7 new deprecated Field parameter, remove URL from validation errors response (#11461) 2024-04-18 14:40:57 -05:00
path_operation_configuration
path_params
path_params_numeric_validations 📝 Update `docs_src/path_params_numeric_validations/tutorial006.py` (#11478) 2024-08-28 18:39:15 -05:00
pydantic_v1_in_v2 Add support for `from pydantic.v1 import BaseModel`, mixed Pydantic v1 and v2 models in the same app (#14168) 2025-10-11 18:45:54 +02:00
python_types
query_param_models Add support for Pydantic models for parameters using `Query`, `Cookie`, `Header` (#12199) 2024-09-17 20:54:10 +02:00
query_params
query_params_str_validations 🐛 Add docs examples and tests (support) for `Annotated` custom validations, like `AfterValidator`, revert #13440 (#13442) 2025-03-01 22:02:35 +00:00
request_files
request_form_models Add support for forbidding extra form fields with Pydantic models (#12134) 2024-09-06 19:31:18 +02:00
request_forms
request_forms_and_files
response_change_status_code
response_cookies
response_directly
response_headers
response_model
response_status_code
schema_extra_example 📝 Update includes for `docs/en/docs/tutorial/schema-extra-example.md` (#12822) 2024-11-09 16:00:17 +00:00
security 📝 Update `tutorial/security/oauth2-jwt/` to use `pwdlib` with Argon2 instead of `passlib` (#13917) 2025-09-29 04:57:38 +02:00
separate_openapi_schemas
settings
sql_databases Add new tutorial for SQL databases with SQLModel (#12285) 2024-10-09 21:44:42 +02:00
static_files
sub_applications
templates
using_request_directly
websockets
wsgi