Skip to content

23.7.0

Compare
Choose a tag to compare
@hynek hynek released this 02 Aug 14:49
· 436 commits to main since this release
23.7.0
b84a0c9

Added

  • Factories now may take a parameter called svcs_container or that is annotated to be svcs.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