v2.11.3
·
186 commits
to master
since this release
2.11.3 - 2023-02-01
Added
tanjun.MenuHooksis now exported top-level.
Changed
- Improved the typing of callbacks which support DI to enforce the type of any positionally passed arguments with a static type.
Fixed
tanjun.annotations.Convertednow properly overrides the actual type annotation for slash commands.- The
add_{}_optionandwith_{}_optionmethods for the standard slash command impl will no-longer mishandle iterable but non-sequence types likeenum.Enumas if they were a sequence of converters when they are passed as the value forconverters.