Releases: xpinked/pyinject
Releases · xpinked/pyinject
v0.0.4
What's Changed
- Added a feature to override dependencies globally without the need for Annotated
- Refactoring of the AutoWired decorator using a utility class
- Switching to Ruff for linting and Formatting.
- Fix and addition of code docs.
Full Changelog: v0.0.3...v0.0.4
Version 0.0.3
What's Changed
Full Changelog: v0.0.2...v0.0.3
Pyinject 0.0.2
Feature/overrides and thread safety (#2) - Added dependency override, inspired by pytest-fastapi-deps - Added thread safety. - Refactors - Added the ability to have multiple managers and override them in tests - Update README.MD - Update Tests - Version 0.0.1 --> 0.0.2