Releases: woltapp/magic-di
Releases · woltapp/magic-di
Release 0.2.1
[0.2.1] - 2024-10-01
Fixed
- Fixed compatibility with Python3.10 for optional type hints
Release 0.2.0
[0.2.0] - 2024-09-27
Added
- Added
magic_di.healthcheck.DependenciesHealthcheck
class to make health checks of injected dependencies that implementmagic_di.healthcheck.PingableProtocol
interface
Fixed
- Inject dependencies inside of event loop in
magic_di.utils.inject_and_run
to prevent wrong event loop usage inside of the injected dependencies
Changed
- Cruft update to get changes from the cookiecutter template
- Renamed LICENCE -> LICENSE, now it's automatically included in the wheel created by poetry
Release 0.1.0
[0.1.0] - 2024-03-28
Changed
- Initial version