v0.8.13
What's Changed
- Support suppressed arguments with duplicate names + light refactor for maintainability by @brentyi in #174
- Allow subcommand_cli_from_dict to specify console_outputs by @mirceamironenco in #175
- More complete wrappers in
tyro.extras
(fortorchrun
, etc) by @brentyi in #176 - Fix edge case when combining PEP 695 aliases with
typing.Annotated[]
by @brentyi in #178 - Fix generic aliases generated by Python 3.12
type
statements by @brentyi in #179 - (refactor) Context-based resolution for generic types by @brentyi in #180
New Contributors
- @mirceamironenco made their first contribution in #175
Full Changelog: v0.8.12...v0.8.13