23.7.0
Added
- Factories now may take a parameter called
svcs_container
or that is annotated to besvcs.Container
.
In this case the factory will receive the current container as a first positional argument.
This allows for recursive factories without global state.
#10