Files
fastapi-toolsets/docs/reference/dependencies.md
d3vyce 6714ceeb92 chore: documentation (#76)
* chore: update docstring example to use python code block

* docs: add documentation

* feat: add docs build + fix other workdlows

* fix: add missing return type
2026-02-19 16:43:38 +01:00

347 B

dependencies

Here's the reference for the FastAPI dependency factory functions.

You can import them directly from fastapi_toolsets.dependencies:

from fastapi_toolsets.dependencies import PathDependency, BodyDependency

::: fastapi_toolsets.dependencies.PathDependency

::: fastapi_toolsets.dependencies.BodyDependency