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 cb1e9c9 commit 9b55430Copy full SHA for 9b55430
CHANGES
@@ -1,6 +1,13 @@
1
Changes
2
=======
3
4
+0.14.7
5
+------
6
+ * Added missing type annotation for ``run_sync``.
7
+ * Updating type annotations for column default values - allowing callables.
8
+ * Replaced instances of ``asyncio.run`` with ``run_sync``.
9
+ * Tidied up aiosqlite imports.
10
+
11
0.14.6
12
------
13
* Added JSON and JSONB column types, and the arrow function for JSONB.
piccolo/__init__.py
@@ -1 +1 @@
-__VERSION__ = "0.14.6"
+__VERSION__ = "0.14.7"
0 commit comments