What's Changed
- Fix infinite loop with Closing+ConfigurationOption by @ZipFile in #871
- Remove unused
root
property from ConfigurationOption by @ZipFile in #875 - Fix incorrect monkeypatching during
wire()
that could violate MRO in some classes by @ZipFile in #886 - Add support for
Annotated
type for module and class attribute injection in wiring, with updated documentation and examples by @rmk135 in #889 - Publish ABI3 wheels for CPython by @ZipFile in #888 #887
- Drop Python 3.7 support by @ZipFile in #885 #864
Full Changelog: 4.46.0...4.47.0