December 8, 2025

View as Markdown

4.44.0

(feat): Add Python 3.11+ StrEnum compatibility. Generated enums now use StrEnum for Python >= 3.11 and the (str, Enum) mixin for older versions, fixing compatibility issues with Python 3.11’s stricter enum mixin handling.