Skip to content

v3.9.3

Choose a tag to compare

@BrianPugh BrianPugh released this 12 Mar 13:27
d9edf4f

Bug Fixes

  • Fix from __future__ import annotations type-resolution. By @BrianPugh in #355
    • This does not solve issues when the annotated class is defined in a closure, but this should be pretty uncommon for Cyclopts use-cases.

Docs

  • Add cookbook example for reading from path or stdin. by @BrianPugh in #354

Full Changelog: v3.9.2...v3.9.3