Skip to main content

Documentation Index

Fetch the complete documentation index at: https://private-04b27de1.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Depends

Depends(
    dependency: Callable[~P, ~T],
    *,
    use_cache: bool = True,
    cast: bool = True
) -> Any
Parameters:
NameDescription
dependencyType: Callable[~P, ~T]
use_cacheType: bool

Default: True
castType: bool

Default: True