Skip to content

0.60.2

Choose a tag to compare

@dantownsend dantownsend released this 25 Nov 12:16
· 605 commits to master since this release

Fixed a bug with asyncio.gather not working with some query types. It was due to them being dataclasses, and they couldn't be hashed properly. Thanks to @brnosouza for reporting this issue.