Skip to main content

SolvedDependency

No overview available.

Attributes

AttributeTypeDescription
valuesdict[str, Any]Stores a dictionary of resolved dependency values that are used during the request processing.
errorslist[Any]Stores a list of any errors encountered during dependency resolution, which can be used for error reporting.
background_tasks`StarletteBackgroundTasksNone`
response[Response](../../openapi/models/response.md?sid=fastapi_openapi_models_response)Represents the HTTP response object that will be returned to the client, allowing modification of headers, status, and content.
dependency_cachedict[DependencyCacheKey, Any]Caches resolved dependencies to avoid re-computation for subsequent requests or within the same request, improving performance.