Skip to content

v0.9.4

Compare
Choose a tag to compare
@yukinarit yukinarit released this 20 Nov 11:53
3e6e1ba

Variable lengh tuple is supported.

@serde
@dataclass
class Foo:
    v: Tuple[int, ...]
  • feat: Support variable length tuples (74dd3d4)
  • feat: Use tomllib for Python >= 3.11 (b8943b5)