Skip to content

Commit 94df90f

Browse files
committed
Updated docs.
Signed-off-by: Pavel Kirilin <[email protected]>
1 parent b079229 commit 94df90f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/guide/state-and-deps.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,13 @@ You can access the state from the context.
3737

3838
## Dependencies
3939

40-
Using context directly is nice, but this way won't get completion.
40+
Using context directly is nice, but this way you won't get code-completion.
4141

4242
That's why we suggest you try TaskiqDependencies. The implementation is very similar to FastApi's dependencies. You can use classes, functions, and generators as dependencies.
4343

44+
We use the [taskiq-dependencies](https://pypi.org/project/taskiq-dependencies/) package to provide autocompetion.
45+
You can easily integrate it in your own project.
46+
4447
::: danger Cool alarm!
4548

4649
FastAPI's `Depends` is not compatible with `TaskiqDepends`.

0 commit comments

Comments
 (0)