v4.3.0
Features
- Introduce
Paramter.n_tokensto control number of tokens consumed/provided to custom converters. by @BrianPugh in #695- converter functions can now also be directly decorated with
@Parameter(...). - When decorating a class,
Parameter.convertercan now be a string indicating a forward-reference to a classmethod in the class.
- converter functions can now also be directly decorated with
Bug Fixes
- Fix broken
collections.abc.Setby @BrianPugh in #703
Full Changelog: v4.2.5...v4.3.0