Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for some_dependency (0.05 sec)

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

    * `responses`: OpenAPI responses that apply to all the *path operations*.
    
    For example:
    
    ```Python
    from fastapi import FastAPI, Depends
    
    
    async def some_dependency():
        return
    
    
    app = FastAPI(dependencies=[Depends(some_dependency)])
    ```
    
    **In `APIRouter`**
    
    This allows setting the (mostly new) parameters (additionally to the already existing parameters):
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Fri Sep 05 12:48:45 UTC 2025
    - 544.1K bytes
    - Viewed (0)
Back to top