fastapi/docs_src
José Pacheco 8ae4603d68
🐛 Remove `Required` shadowing from fastapi using Pydantic v2 (#12197)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Sofie Van Landeghem <svlandeg@users.noreply.github.com>
2024-10-12 11:36:32 +02: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 📝 Fix inconsistent response code when item already exists in docs for testing (#11818) 2024-08-15 22:31:16 +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
bigger_applications
body
body_fields
body_multiple_params
body_nested_models
body_updates
conditional_openapi
configure_swagger_ui
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 📝 Restored Swagger-UI links to use the latest version possible. (#11459) 2024-05-23 17:59:02 -05:00
custom_request_and_route
custom_response
dataclasses ✏️ Fix typos in docs (#11926) 2024-07-31 09:09:15 -05:00
debugging
dependencies ⬆️ Upgrade configuration for Ruff v0.2.0 (#11075) 2024-03-26 11:56:53 -05: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
graphql
handling_errors
header_param_models Add support for Pydantic models for parameters using `Query`, `Cookie`, `Header` (#12199) 2024-09-17 20:54:10 +02: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
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 🐛 Remove `Required` shadowing from fastapi using Pydantic v2 (#12197) 2024-10-12 11:36:32 +02: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
security 📝 Update JWT auth documentation to use PyJWT instead of pyhon-jose (#11589) 2024-05-20 10:37:28 -07:00
separate_openapi_schemas
settings
sql_databases Add new tutorial for SQL databases with SQLModel (#12285) 2024-10-09 21:44:42 +02:00
sql_databases_peewee/sql_app
static_files
sub_applications
templates
using_request_directly
websockets
wsgi