fastapi/docs_src
Tima 9df1f8293d
📝 Fix typing issue in `docs_src/app_testing/app_b` code example (#14573)
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
Co-authored-by: Motov Yurii <109919500+YuriiMotov@users.noreply.github.com>
2026-02-04 14:32:24 +01:00
..
additional_responses Add missing tests for code examples (#14569) 2025-12-26 11:43:02 +01:00
additional_status_codes Add missing tests for code examples (#14569) 2025-12-26 11:43:02 +01:00
advanced_middleware Add missing tests for code examples (#14569) 2025-12-26 11:43:02 +01:00
app_testing 📝 Fix typing issue in `docs_src/app_testing/app_b` code example (#14573) 2026-02-04 14:32:24 +01:00
async_tests ⚰️ Remove Python 3.8 from CI and remove Python 3.8 examples from source docs (#14559) 2025-12-17 21:41:43 +01:00
authentication_error_status_code Add missing tests for code examples (#14569) 2025-12-26 11:43:02 +01:00
background_tasks Add missing tests for code examples (#14569) 2025-12-26 11:43:02 +01:00
behind_a_proxy Add missing tests for code examples (#14569) 2025-12-26 11:43:02 +01:00
bigger_applications ⚰️ Remove Python 3.8 from CI and remove Python 3.8 examples from source docs (#14559) 2025-12-17 21:41:43 +01:00
body Add missing tests for code examples (#14569) 2025-12-26 11:43:02 +01:00
body_fields Add missing tests for code examples (#14569) 2025-12-26 11:43:02 +01:00
body_multiple_params Add missing tests for code examples (#14569) 2025-12-26 11:43:02 +01:00
body_nested_models Add missing tests for code examples (#14569) 2025-12-26 11:43:02 +01:00
body_updates 📝 Use return type annotation instead of `response_model` when possible (#14753) 2026-02-04 13:07:26 +01:00
conditional_openapi Add missing tests for code examples (#14569) 2025-12-26 11:43:02 +01:00
configure_swagger_ui Add missing tests for code examples (#14569) 2025-12-26 11:43:02 +01:00
cookie_param_models Add missing tests for code examples (#14569) 2025-12-26 11:43:02 +01:00
cookie_params Add missing tests for code examples (#14569) 2025-12-26 11:43:02 +01:00
cors Add missing tests for code examples (#14569) 2025-12-26 11:43:02 +01:00
custom_docs_ui Add missing tests for code examples (#14569) 2025-12-26 11:43:02 +01:00
custom_request_and_route Add missing tests for code examples (#14569) 2025-12-26 11:43:02 +01:00
custom_response Add missing tests for code examples (#14569) 2025-12-26 11:43:02 +01:00
dataclasses_ Add missing tests for code examples (#14569) 2025-12-26 11:43:02 +01:00
debugging Add missing tests for code examples (#14569) 2025-12-26 11:43:02 +01:00
dependencies Add missing tests for code examples (#14569) 2025-12-26 11:43:02 +01:00
dependency_testing Add missing tests for code examples (#14569) 2025-12-26 11:43:02 +01:00
encoder Add missing tests for code examples (#14569) 2025-12-26 11:43:02 +01:00
events Add missing tests for code examples (#14569) 2025-12-26 11:43:02 +01:00
extending_openapi Add missing tests for code examples (#14569) 2025-12-26 11:43:02 +01:00
extra_data_types Add missing tests for code examples (#14569) 2025-12-26 11:43:02 +01:00
extra_models Add missing tests for code examples (#14569) 2025-12-26 11:43:02 +01:00
first_steps Add missing tests for code examples (#14569) 2025-12-26 11:43:02 +01:00
generate_clients Add missing tests for code examples (#14569) 2025-12-26 11:43:02 +01:00
graphql_ Add missing tests for code examples (#14569) 2025-12-26 11:43:02 +01:00
handling_errors Add missing tests for code examples (#14569) 2025-12-26 11:43:02 +01:00
header_param_models Add missing tests for code examples (#14569) 2025-12-26 11:43:02 +01:00
header_params Add missing tests for code examples (#14569) 2025-12-26 11:43:02 +01:00
metadata 📝 Fix example of license identifier in documentation (#14492) 2026-02-04 14:29:02 +01:00
middleware Add missing tests for code examples (#14569) 2025-12-26 11:43:02 +01:00
openapi_callbacks Add missing tests for code examples (#14569) 2025-12-26 11:43:02 +01:00
openapi_webhooks Add missing tests for code examples (#14569) 2025-12-26 11:43:02 +01:00
path_operation_advanced_configuration 📝 Use return type annotation instead of `response_model` when possible (#14753) 2026-02-04 13:07:26 +01:00
path_operation_configuration 📝 Use return type annotation instead of `response_model` when possible (#14753) 2026-02-04 13:07:26 +01:00
path_params Add missing tests for code examples (#14569) 2025-12-26 11:43:02 +01:00
path_params_numeric_validations Add missing tests for code examples (#14569) 2025-12-26 11:43:02 +01:00
pydantic_v1_in_v2 Add missing tests for code examples (#14569) 2025-12-26 11:43:02 +01:00
python_types Add missing tests for code examples (#14569) 2025-12-26 11:43:02 +01:00
query_param_models Add missing tests for code examples (#14569) 2025-12-26 11:43:02 +01:00
query_params Add missing tests for code examples (#14569) 2025-12-26 11:43:02 +01:00
query_params_str_validations Add missing tests for code examples (#14569) 2025-12-26 11:43:02 +01:00
request_files Add missing tests for code examples (#14569) 2025-12-26 11:43:02 +01:00
request_form_models Drop support for `pydantic.v1` (#14609) 2025-12-27 13:54:56 +01:00
request_forms Add missing tests for code examples (#14569) 2025-12-26 11:43:02 +01:00
request_forms_and_files Add missing tests for code examples (#14569) 2025-12-26 11:43:02 +01:00
response_change_status_code Add missing tests for code examples (#14569) 2025-12-26 11:43:02 +01:00
response_cookies Add missing tests for code examples (#14569) 2025-12-26 11:43:02 +01:00
response_directly Add missing tests for code examples (#14569) 2025-12-26 11:43:02 +01:00
response_headers Add missing tests for code examples (#14569) 2025-12-26 11:43:02 +01:00
response_model Add missing tests for code examples (#14569) 2025-12-26 11:43:02 +01:00
response_status_code Add missing tests for code examples (#14569) 2025-12-26 11:43:02 +01:00
schema_extra_example Add missing tests for code examples (#14569) 2025-12-26 11:43:02 +01:00
security 📝 Use return type annotation instead of `response_model` when possible (#14753) 2026-02-04 13:07:26 +01:00
separate_openapi_schemas Add missing tests for code examples (#14569) 2025-12-26 11:43:02 +01:00
settings Add missing tests for code examples (#14569) 2025-12-26 11:43:02 +01:00
sql_databases ⚰️ Remove Python 3.8 from CI and remove Python 3.8 examples from source docs (#14559) 2025-12-17 21:41:43 +01:00
static_files Add missing tests for code examples (#14569) 2025-12-26 11:43:02 +01:00
sub_applications Add missing tests for code examples (#14569) 2025-12-26 11:43:02 +01:00
templates Add missing tests for code examples (#14569) 2025-12-26 11:43:02 +01:00
using_request_directly Add missing tests for code examples (#14569) 2025-12-26 11:43:02 +01:00
websockets ⚰️ Remove Python 3.8 from CI and remove Python 3.8 examples from source docs (#14559) 2025-12-17 21:41:43 +01:00
wsgi 📝 Use `WSGIMiddleware` from `a2wsgi` instead of deprecated `fastapi.middleware.wsgi.WSGIMiddleware` (#14756) 2026-02-04 12:54:23 +01:00