Skip to content

v0.5.6

Compare
Choose a tag to compare
@timrid timrid released this 09 May 11:05
· 23 commits to main since this release
  • Fixed python 3.11 error when using dataclasses.asdict for dataclasses that contains an EnumBase instance. (fixes #21)
  • Changed BinaryIO to IO[bytes] as StreamType. (fixes #19)