Piccolo

Latest version: v1.24.2

Safety actively analyzes 723954 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 38 of 54

0.15.0

Not secure
------
Added ``Bytea`` / ``Blob`` column type.

-------------------------------------------------------------------------------

0.14.13

Not secure
-------
Fixing a bug with migrations which drop column defaults.

-------------------------------------------------------------------------------

0.14.12

Not secure
-------
* Fixing a bug where re-running ``Table.create(if_not_exists=True)`` would
fail if it contained columns with indexes.
* Raising a ``ValueError`` if a relative path is provided to ``ForeignKey``
``references``. For example, ``.tables.Manager``. The paths must be absolute
for now.

-------------------------------------------------------------------------------

0.14.11

Not secure
-------
Fixing a bug with ``Boolean`` column defaults, caused by the ``Table``
metaclass not being explicit enough when checking falsy values.

-------------------------------------------------------------------------------

0.14.10

Not secure
-------
* The ``ForeignKey`` ``references`` argument can now be specified using a
string, or a ``LazyTableReference`` instance, rather than just a ``Table``
subclass. This allows a ``Table`` to be specified which is in a Piccolo app,
or Python module. The ``Table`` is only loaded after imports have completed,
which prevents circular import issues.
* Faster column copying, which is important when specifying joins, e.g.
``await Band.select(Band.manager.name).run()``.
* Fixed a bug with migrations and foreign key constraints.

-------------------------------------------------------------------------------

0.14.9

Not secure
------
Modified the exit codes for the ``forwards`` and ``backwards`` commands when no
migrations are left to run / reverse. Otherwise build scripts may fail.

-------------------------------------------------------------------------------

Page 38 of 54

Links

Releases

Has known vulnerabilities

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.