Skip to content

Release v0.2.3

Choose a tag to compare

@brentyi brentyi released this 25 Aug 02:42

Type inference improvements:

  • Support typing.Any in type narrowing logic.
  • Fix bug preventing contained types from being inferred when dict is used instead of dict[KT, VT].