Skip to content

Release v0.3.31

Compare
Choose a tag to compare
@brentyi brentyi released this 10 Nov 03:43
· 254 commits to main since this release
f024f92

Fixed flag conversion bug caused by runtime annotations:

flag1: bool = False # worked
flag2: Annotated[bool, "something"] = False # failed