We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99343ea commit bf63f91Copy full SHA for bf63f91
CHANGES
@@ -1,6 +1,14 @@
1
Changes
2
=======
3
4
+0.33.1
5
+------
6
+ * Bug fix, where ``compare_dicts`` was failing in migrations if any ``Column``
7
+ had an unhashable type as an argument. For example: ``Array(default=[])``.
8
+ Thanks to @hipertracker for reporting this problem.
9
+ * Increased the minimum version of orjson, so binaries are available for Macs
10
+ running on Apple silicon (courtesy @hipertracker).
11
+
12
0.33.0
13
------
14
Fix for auto migrations when using custom primary keys (thanks to @adriangb and
piccolo/__init__.py
@@ -1 +1 @@
-__VERSION__ = "0.33.0"
+__VERSION__ = "0.33.1"
0 commit comments