Skip to content

Releases: brentyi/tyro

Release v0.5.14

14 Nov 13:27
Compare
Choose a tag to compare

Fix tuple[] for structs in Python >= 3.9.

Release v0.5.13

14 Nov 12:53
Compare
Choose a tag to compare

Release v0.5.12

31 Oct 19:41
f548625
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.11...v0.5.12

v0.5.11

30 Oct 06:32
Compare
Choose a tag to compare

What's Changed

  • Improved dictionaries: TypedDict support, typing.[Required,NotRequired], defaults in #81
  • Implement custom constructor/proxy types in #82

Full Changelog: v0.5.10...v0.5.11

Release v0.5.10

05 Oct 14:49
86a6943
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.9...v0.5.10

Release v0.5.9

27 Sep 05:13
Compare
Choose a tag to compare

Fixed a YAML import error.

Release v0.5.8

26 Sep 21:25
Compare
Choose a tag to compare

What's Changed

  • Add use_underscores option by @brentyi in #76
  • Dependency and helptext cleanup

Full Changelog: v0.5.7...v0.5.8

Release v0.5.7

06 Sep 07:33
bb20982
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.6...v0.5.7

Release v0.5.6

01 Sep 07:44
83592d6
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.5.5...v0.5.6

Release v0.5.5

28 Jul 10:16
Compare
Choose a tag to compare

Fix edge cases when generating subcommands from Optional[] types. (see #60)