Piccolo

Latest version: v1.24.1

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

Scan your dependencies

Page 31 of 53

0.28.0

Not secure
------
Added aggregations functions, such as ``Sum``, ``Min``, ``Max`` and ``Avg``,
for use in select queries (courtesy sinisaos).

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

0.27.0

Not secure
------
Added uvloop as an optional dependency, installed via `pip install piccolo[uvloop]`
(courtesy aminalaee). uvloop is a faster implementation of the asyncio event
loop found in Python's standard library. When uvloop is installed, Piccolo will
use it to increase the performance of the Piccolo CLI, and web servers such as
Uvicorn will use it to increase the performance of your ASGI app.

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

0.26.1

------

Modified the release process, so it works on GitHub (courtesy olliglorioso).

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

0.26.0

Not secure
------
Added ``eq`` and ``ne`` methods to the ``Boolean`` column, which can be used
if linters complain about using ``SomeTable.some_column == True``.

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

0.25.0

Not secure
------
* Changed the migration IDs, so the timestamp now includes microseconds. This
is to make clashing migration IDs much less likely.
* Added a lot of end-to-end tests for migrations, which revealed some bugs
in ``Column`` defaults.

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

0.24.1

Not secure
------
A bug fix for migrations. See `issue 123 <https://github.com/piccolo-orm/piccolo/issues/123>`_
for more information.

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

Page 31 of 53

Links

Releases

Has known vulnerabilities

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.