Skip to content

Releases: xpinked/pyinject

v0.0.4

17 Feb 19:51
a54e9a8
Compare
Choose a tag to compare

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

19 Jan 14:28
e2b8c71
Compare
Choose a tag to compare

What's Changed

  • removal of unnecessary module _meta.py module by @xpinked in #3

Full Changelog: v0.0.2...v0.0.3

Pyinject 0.0.2

13 Dec 21:51
a44136e
Compare
Choose a tag to compare
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