Tags: scottzach1/Python-Injection-Framework
Tags
Add language support for 3.10! 🐍
## Added
- Language support for Python 3.10
- Drop 3.12 generics syntax usage
- Drop typing.Self usage
- Add matrix testing for 3.10, 3.11, 3.12 versions
## Changed
- Publish badges only on tags pipeline
## Fixed
- Circular imports bug for wiring.intercept
- Small documentation changes
Pre Release! 🚀
### Added
- Wiring via `@wiring.inject` or `wiring.wire()`
- Providers for injection
- BlankProvider
- ExistingSingleton
- Singleton
- Factory
- Overriding with context managers
- Simple service example to examples/
### Changed
### Fixed
### Closes