injector
injector copied to clipboard
Python dependency injection framework, inspired by Guice
The git tag for version 0.22.0 is missing despite the release being available on PyPi.
Fixing inject Annotated dependencies: https://github.com/python-injector/injector/pull/219#issuecomment-1919403030 @jstasiak
Enabling this workaround is probably as close as a fix for #158 as we'll get on this end.
I tried to inject annotated type into the class via the `@inject` decorator, and the injector injected the default value for the annotated source class. The injector always extracts the...