v0.15.0
What's Changed
- Wireup now supports string annotations such as
from __future__ import annotations
via theeval_type_backport
package. - Expose Django current request as a wireup service by @maldoinc in #46
- Move pytest to dev dependencies by @marjinal1st in #49
- Autowire all Django URL patterns by @NikitaMelnikov in #52
New Contributors
- @marjinal1st made their first contribution in #49
- @NikitaMelnikov made their first contribution in #52
Full Changelog: v0.14.0...v0.15.0