dependencies
dependencies copied to clipboard
Deny to inject coroutine values without await injector.
class Container(Injector):
app = App
@value
async def dep():
...
Container.app # error
We force await Container before any attribute access.