You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+36Lines changed: 36 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -309,3 +309,39 @@ with graph.sync_ctx(replaced_deps={dependency: replaced}) as ctx:
309
309
```
310
310
311
311
Furthermore, the new dependency can depend on other dependencies. Or you can change type of your dependency, like generator instead of plain return. Everything should work as you would expect it.
312
+
313
+
## Annotated types
314
+
315
+
Taskiq dependenices also support dependency injection through Annotated types.
0 commit comments