Risclog.sqlalchemy

Latest version: v7.2

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

Scan your dependencies

Page 3 of 6

2.1

================

- Add compatibility to `pypy`.

Also removed explicit dependency to `psycopg2` as it's a PostgreSQL specific
dependency and not compatible with pypy. You will need `psycopg2cffi` in
order to run `risclog.sqlalchemy` with `pypy`.

2.0

================

- Removed ``RoutingSession.using_bind``, require SQLAlchemy >= 1.0. (13968)

- Updated API calls to alembic, require alembic >= 0.7. (13968)

- Added documentation. (13952)

1.8

================

- Officially supporting Python 3.3 up to 3.5.

- Set maximum supported version numbers of ``alembic`` and ``SQLALchemy``
in `setup.py`

1.7.1

==================

- Fix bug in testing mode detection so it works with sqlite, too.

1.7

================

- Have ``.model.Object.create`` use the ``**kw`` constructor instead of
performing setattr itself.

- Made commit in db.empty optional.

1.6

================

- Make test setup/teardown a bit more independent from the IDatabase utility.
- Made pyramid dependent code optional, because it is an optional requirement.

Page 3 of 6

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.