What's Changed * docs: update getting_started.md by eltociear in https://github.com/maldoinc/wireup/pull/62 * Deduplicate classes during import by maldoinc in https://github.com/maldoinc/wireup/pull/63
New Contributors * eltociear made their first contribution in https://github.com/maldoinc/wireup/pull/62
* Container now exposes `.aget`, the async version of `.get` to be used with async dependencies. * Fix bug with the container not properly initializing objects from async factories (regular async functions rather than async generators).
0.15.1
* Bugfixes for Django integration * Added Django 5 to test matrix * Docs update
What's Changed * Wireup now supports string annotations such as `from __future__ import annotations` via the `eval_type_backport` package. * Expose Django current request as a wireup service by maldoinc in https://github.com/maldoinc/wireup/pull/46 * Move pytest to dev dependencies by marjinal1st in https://github.com/maldoinc/wireup/pull/49 * Autowire all Django URL patterns by NikitaMelnikov in https://github.com/maldoinc/wireup/pull/52
New Contributors * marjinal1st made their first contribution in https://github.com/maldoinc/wireup/pull/49 * NikitaMelnikov made their first contribution in https://github.com/maldoinc/wireup/pull/52