What's Changed
* Add support for ml_collections.FrozenConfigDict by brentyi in https://github.com/brentyi/tyro/pull/272
* Consider argument metavar in 'Perhaps you meant' error text by brentyi in https://github.com/brentyi/tyro/pull/274
* Implement warning for duplicate subcommands by brentyi in https://github.com/brentyi/tyro/pull/275
* Drop Python 3.7 support by brentyi in https://github.com/brentyi/tyro/pull/280
* Bump typing_extensions requirement to >=4.13.0 by brentyi in https://github.com/brentyi/tyro/pull/276
* Update README.md by alok in https://github.com/brentyi/tyro/pull/283
* Clean up unnecessary type swapping/narrowing logic by brentyi in https://github.com/brentyi/tyro/pull/284
* Support PEP 727 Doc objects by emcd in https://github.com/brentyi/tyro/pull/279
* Treat unannotated arguments as `Any` by brentyi in https://github.com/brentyi/tyro/pull/285
New Contributors
* alok made their first contribution in https://github.com/brentyi/tyro/pull/283
**Full Changelog**: https://github.com/brentyi/tyro/compare/v0.9.17...v0.9.18