What's Changed * Consolidate field list generation in https://github.com/brentyi/tyro/pull/118 * `typing.Self` support + tests in https://github.com/brentyi/tyro/pull/120
- Slightly improve helptext when `tyro.conf.arg(constructor=...)` is used. - Fix an edge case where `Annotated[]` erases markers from `tyro.conf.configure()`. - More extensive helptext tests.