- Fixed bug with contextvars when `init_dependencies` run in different context - Breaking changes: - Changed default scope class of `init_dependencies` and `shutdown_dependencies` to `SingletonScope
0.19.0
- `ignore_manual_init` argument of `dependency` decorator now can be callable type
0.18.0
- Added `helpers.enter` context manager for resolving dependencies in pytest fixtures
0.17.1
- Fixed typehints - Fixed rare error when `shutdown_dependencies` raises "RuntimeError: There is no current event loop"
0.17.0
- Updated docstrings
0.16.0
- Added `ignore_manual_init` option to `dependency` decorator