SolvedDependency
No overview available.
Attributes
| Attribute | Type | Description |
|---|---|---|
| values | dict[str, Any] | Stores a dictionary of resolved dependency values that are used during the request processing. |
| errors | list[Any] | Stores a list of any errors encountered during dependency resolution, which can be used for error reporting. |
| background_tasks | `StarletteBackgroundTasks | None` |
| 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_cache | dict[DependencyCacheKey, Any] | Caches resolved dependencies to avoid re-computation for subsequent requests or within the same request, improving performance. |