Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for rerunning (0.14 sec)

  1. docs/en/docs/release-notes.md

    If you are using `response_model` with some type that doesn't include `None` but the function is returning `None`, it will now raise an internal server error, because you are returning invalid data that violates the contract in `response_model`. Before this release it would allow breaking that contract returning `None`.
    
    For example, if you have an app like this:
    
    ```Python
    from fastapi import FastAPI
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Jun 14 15:07:37 UTC 2024
    - 395.4K bytes
    - Viewed (0)
Back to top