Tags: modern-python/that-depends
Tags
Allow sync in async factories (#197) * fix: Improved outdated docstrings to v3 spec. * feat: Added sync creator support to async factories. * test: Added tests for async factories. * docs: Updated async factory documentation. * docs: Updated async factory class __init__ doc.
Feature: State provider (#190) * Created state provider. * Fully implemented state provider with tests. * Added integration test for state provider. * Added documentation for the state provider. * Fixed documentation. * Added tests for utils. * Minor docstring and type hint fixes.
Allow entering scope when using @Inject. (#189) * Updated benchmarks with logging. * Updated benchmark. * Enabled automatic dependency injection by type. * Wrote tests for type based injections. * Minor documentation fixes. * Refactored inject method. * Added covariant binding. * Corrected to contravariant and added docs. * Extended docs. * Improved bind docstring. * Added enter_scope to inject. * Extended documentation. * Adjusted migration guide. * Removed some white space in docs.
Dependency injection by bound type. (#188) * Updated benchmarks with logging. * Updated benchmark. * Enabled automatic dependency injection by type. * Wrote tests for type based injections. * Minor documentation fixes. * Refactored inject method. * Added covariant binding. * Corrected to contravariant and added docs. * Extended docs. * Improved bind docstring.
PreviousNext