Piccolo

Latest version: v1.22.0

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

Scan your dependencies

Page 30 of 53

0.29.1

------

The media endpoints now obey the ``read_only`` option of ``create_admin``.
Read only mode is used for online demos.

Thanks to sinisaos for adding this.

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

0.29.0

Not secure
------
The user can now specify the primary key column (courtesy aminalaee). For
example:

.. code-block:: python

class RecordingStudio(Table):
pk = UUID(primary_key=True)

The BlackSheep template generated by ``piccolo asgi new`` now supports mounting
of the Piccolo Admin (courtesy sinisaos).

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

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``.

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

Page 30 of 53

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.