Sqlalchemy-json

Latest version: v0.7.0

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

Scan your dependencies

Page 1 of 2

0.7.0

-----

* Adds support for top-level list for ``MutableJson``, rather than having that support only be available in the *nested* variant (https://github.com/edelooff/sqlalchemy-json/pull/51)
* Adds ``pytest`` as development dependency

0.6.0

-----

* Fixes pickling support (https://github.com/edelooff/sqlalchemy-json/issues/36)
* Drops python 2.x support (previously claimed, but already broken for some time)
* Removes test runners for CPython 3.6 since Github actions support has been dropped

0.5.0

-----
* Fixes a lingering Python 3 compatibility issue (``cmp`` parameter for ``TrackedList.sort``)
* Adds pickling and unpickling support (https://github.com/edelooff/sqlalchemy-json/pull/28)
* Adds tracking for dictionary in-place updates (https://github.com/edelooff/sqlalchemy-json/pull/33)

0.4.0

-----

* Adds a type creation function to allow for custom or alternate serialization types. This allows for a way around the regression in SQLite compatibility introduced by v0.3.0.

0.3.0

-----

* Switches JSON base type to ``sqlalchemy.types.JSON`` from deprecated JSON type provided by SQLAlchemy-utils.

0.2.2

-----

* Fixes a bug where assigning ``None`` to the column resulted in an error (https://github.com/edelooff/sqlalchemy-json/issues/10)

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.