taskiq-dependencies icon indicating copy to clipboard operation
taskiq-dependencies copied to clipboard

FastAPI-like dependency injection implementation

Results 1 taskiq-dependencies issues
Sort by recently updated
recently updated
newest added

This issue comes from the discussion https://github.com/orgs/taskiq-python/discussions/233. Initial idea is to create a class that can reference arguments of the current function. ```python async def dependency(sleep_time: float) -> float: await...