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(x: Any) -> Any
Creates a dependency for injection based on the provided context or type.
Parameters:
NameDescription
xThe context or dependency to be injected.

Type: Any
Returns:
TypeDescription
AnyA FastDepends object that will resolve the dependency for injection.