0.33.1
- Bug fix, where
compare_dicts
was failing in migrations if anyColumn
had an unhashable type as an argument. For example:Array(default=[])
. Thanks to @hipertracker for reporting this problem. - Increased the minimum version of orjson, so binaries are available for Macs running on Apple silicon (courtesy @hipertracker).