Skip to content

Commit

Permalink
📝 Add note to docs about Separate Input and Output Schemas with FastA…
Browse files Browse the repository at this point in the history
…PI version (#10150)
  • Loading branch information
tiangolo committed Aug 26, 2023
1 parent f3ab547 commit 594b1ae
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/en/docs/how-to/separate-openapi-schemas.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,9 @@ Probably the main use case for this is if you already have some autogenerated cl

In that case, you can disable this feature in **FastAPI**, with the parameter `separate_input_output_schemas=False`.

!!! info
Support for `separate_input_output_schemas` was added in FastAPI `0.102.0`. 🤓

=== "Python 3.10+"

```Python hl_lines="10"
Expand Down

0 comments on commit 594b1ae

Please sign in to comment.