Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for Notices (0.04 sec)

  1. docs/de/llm-prompt.md

            «««
            # FastAPI in Containers - Docker { #fastapi-in-containers-docker }
            »»»
    
        Translate with (German) – notice the dash:
    
            «««
            # FastAPI in Containern – Docker { #fastapi-in-containers-docker }
            »»»
    
        Do NOT translate with (German) – notice the hyphen:
    
            «««
            # FastAPI in Containern - Docker { #fastapi-in-containers-docker }
            »»»
    
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Fri Dec 26 09:39:53 UTC 2025
    - 11.9K bytes
    - Viewed (0)
  2. docs/en/docs/advanced/dataclasses.md

    7. Here the `response_model` is using a type annotation of a list of `Author` dataclasses.
    
        Again, you can combine `dataclasses` with standard type annotations.
    
    8. Notice that this *path operation function* uses regular `def` instead of `async def`.
    
        As always, in FastAPI you can combine `def` and `async def` as needed.
    
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Fri Dec 26 10:43:02 UTC 2025
    - 4.2K bytes
    - Viewed (0)
  3. scripts/translate.py

            «««
            [Body - Multiple Parameters: Singular values in body](body-multiple-params.md#singular-values-in-body){.internal-link target=_blank}
            »»»
    
        Existing wrong translation (German) – notice the wrongly translated anchor fragment:
    
            «««
            [Body – Mehrere Parameter: Einfache Werte im Body](body-multiple-params.md#einzelne-werte-im-body){.internal-link target=_blank}.
            »»»
    
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Sat Dec 27 19:05:53 UTC 2025
    - 34.1K bytes
    - Viewed (0)
  4. docs/en/docs/release-notes.md

    main ones is that now the parameters of your functions with `Annotated` would **not be affected** at all.
    
    If you call those functions in **other places in your code**, the actual **default values** will be kept, your editor will help you notice missing **required arguments**, Python will require you to pass required arguments at **runtime**, you will be able to **use the same functions** for different things and with different libraries (e.g. **Typer** will soon support `Annotated` too,...
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Sat Dec 27 19:06:15 UTC 2025
    - 586.7K bytes
    - Viewed (0)
Back to top