..
additional_responses
📝 Simplify example for docs for Additional Responses, remove unnecessary `else` (#4693)
3 years ago
additional_status_codes
📝 Update all docs to use `Annotated` as the main recommendation, with new examples and tests (#9268)
2 years ago
advanced_middleware
📝 Add missing `compresslevel` parameter on docs for `GZipMiddleware` (#11350)
8 months ago
app_testing
📝 Fix inconsistent response code when item already exists in docs for testing (#11818)
8 months ago
async_tests
📝 Fix async test example not to trigger DeprecationWarning (#12084)
7 months ago
background_tasks
📝 Update all docs to use `Annotated` as the main recommendation, with new examples and tests (#9268)
2 years ago
behind_a_proxy
✨ Auto-generate OpenAPI servers from root_path (#1596)
5 years ago
bigger_applications
📝 Update all docs to use `Annotated` as the main recommendation, with new examples and tests (#9268)
2 years ago
body
📝 Update Request Body's `tutorial002` to deal with `tax=0` case (#13230)
2 months ago
body_fields
📝 Update all docs to use `Annotated` as the main recommendation, with new examples and tests (#9268)
2 years ago
body_multiple_params
📝 Update all docs to use `Annotated` as the main recommendation, with new examples and tests (#9268)
2 years ago
body_nested_models
📝 Add docs recommending `Union` over `Optional` and migrate source examples (#4908)
3 years ago
body_updates
📝 Add docs recommending `Union` over `Optional` and migrate source examples (#4908)
3 years ago
conditional_openapi
✨ Add support for Pydantic v2 (#9816)
2 years ago
configure_swagger_ui
🐛 Fix issue with Swagger theme change example in the official tutorial (#13289)
2 months ago
cookie_param_models
✨ Add support for Pydantic models for parameters using `Query`, `Cookie`, `Header` (#12199)
7 months ago
cookie_params
📝 Update all docs to use `Annotated` as the main recommendation, with new examples and tests (#9268)
2 years ago
cors
✨ Add support for docs translations (#1168)
5 years ago
custom_api_router
feat: Add support for custom APIRoute and APIRouter in FastAPI
4 weeks ago
custom_docs_ui
📝 Restored Swagger-UI links to use the latest version possible. (#11459)
11 months ago
custom_request_and_route
✨ Add support for not needing `...` as default value in required Query(), Path(), Header(), etc. (#4906)
3 years ago
custom_response
📝 Update links to Pydantic docs to point to new website (#11328)
1 year ago
dataclasses
✏️ Fix typos in docs (#11926)
8 months ago
debugging
✨ Add support for docs translations (#1168)
5 years ago
dependencies
⬆️ Upgrade configuration for Ruff v0.2.0 (#11075)
1 year ago
dependency_testing
📝 Update all docs to use `Annotated` as the main recommendation, with new examples and tests (#9268)
2 years ago
encoder
📝 Add docs recommending `Union` over `Optional` and migrate source examples (#4908)
3 years ago
events
✨ Add support for `lifespan` async context managers (superseding `startup` and `shutdown` events) (#2944)
2 years ago
extending_openapi
📝 Add new docs section, How To - Recipes, move docs that don't have to be read by everyone to How To (#10114)
2 years ago
extra_data_types
📝 Fix types in examples under `docs_src/extra_data_types` (#10535)
12 months ago
extra_models
✨ Add support for Pydantic v2 (#9816)
2 years ago
first_steps
✨ Add support for docs translations (#1168)
5 years ago
generate_clients
🛠️ Improve Node.js script in docs to generate TypeScript clients (#11293)
1 year ago
graphql
✏️ Update Strawberry integration docs (#13155)
3 months ago
handling_errors
🔊 Fix empty log message in docs example about raised exceptions (#1815)
5 years ago
header_param_models
✨ Add support for Pydantic models for parameters using `Query`, `Cookie`, `Header` (#12199)
7 months ago
header_params
⬆️ Upgrade configuration for Ruff v0.2.0 (#11075)
1 year ago
metadata
✨ Add support for OpenAPI 3.1.0 (#9770)
2 years ago
middleware
edit middleware docs code sample to use perf_counter as a timer
8 months ago
openapi_callbacks
📝 Add docs recommending `Union` over `Optional` and migrate source examples (#4908)
3 years ago
openapi_webhooks
✏️ Fix typos in emoji docs and in some source examples (#10438)
1 year ago
path_operation_advanced_configuration
✨ Add support for Pydantic's 2.7 new deprecated Field parameter, remove URL from validation errors response (#11461)
12 months ago
path_operation_configuration
📝 Add docs recommending `Union` over `Optional` and migrate source examples (#4908)
3 years ago
path_params
📝 Update docs, compare enums with identity instead of equality (#4905)
3 years ago
path_params_numeric_validations
📝 Update `docs_src/path_params_numeric_validations/tutorial006.py` (#11478)
7 months ago
python_types
✏️ Fix Pydantic examples in tutorial for Python types (#9961)
2 years ago
query_param_models
✨ Add support for Pydantic models for parameters using `Query`, `Cookie`, `Header` (#12199)
7 months ago
query_params
📝 Add docs recommending `Union` over `Optional` and migrate source examples (#4908)
3 years ago
query_params_str_validations
🐛 Add docs examples and tests (support) for `Annotated` custom validations, like `AfterValidator`, revert #13440 (#13442)
1 month ago
request_files
📝 Update all docs to use `Annotated` as the main recommendation, with new examples and tests (#9268)
2 years ago
request_form_models
✨ Add support for forbidding extra form fields with Pydantic models (#12134)
7 months ago
request_forms
📝 Update all docs to use `Annotated` as the main recommendation, with new examples and tests (#9268)
2 years ago
request_forms_and_files
📝 Update all docs to use `Annotated` as the main recommendation, with new examples and tests (#9268)
2 years ago
response_change_status_code
✨ Add support for docs translations (#1168)
5 years ago
response_cookies
✨ Add support for docs translations (#1168)
5 years ago
response_directly
📝 Add docs recommending `Union` over `Optional` and migrate source examples (#4908)
3 years ago
response_headers
✨ Add support for docs translations (#1168)
5 years ago
response_model
📝 Update docs and examples for Response Model with Return Type Annotations, and update runtime error (#5873)
2 years ago
response_status_code
✨ Add support for docs translations (#1168)
5 years ago
schema_extra_example
📝 Update includes for `docs/en/docs/tutorial/schema-extra-example.md` (#12822)
5 months ago
security
🔥 Remove manual type annotations in JWT tutorial to avoid typing expectations (JWT doesn't provide more types) (#13378)
2 months ago
separate_openapi_schemas
✨ Add support for disabling the separation of input and output JSON Schemas in OpenAPI with Pydantic v2 (#10145)
2 years ago
settings
👷 Adopt Ruff format (#10517)
1 year ago
sql_databases
✨ Add new tutorial for SQL databases with SQLModel (#12285)
6 months ago
static_files
✨ Add support for docs translations (#1168)
5 years ago
sub_applications
✨ Add support for ASGI root_path for openapi docs (#1199)
5 years ago
templates
📝 Update template docs with more info about `url_for` (#5937)
1 year ago
using_request_directly
✨ Add support for docs translations (#1168)
5 years ago
websockets
📝 Update all docs to use `Annotated` as the main recommendation, with new examples and tests (#9268)
2 years ago
wsgi
🐛 Fix `flask.escape` warning for internal tests (#9468)
2 years ago