eventsourcing-sqlalchemy icon indicating copy to clipboard operation
eventsourcing-sqlalchemy copied to clipboard

Python package for eventsourcing with SQLAlchemy

Results 9 eventsourcing-sqlalchemy issues
Sort by recently updated
recently updated
newest added

Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.2 to 3.1.3. Release notes Sourced from jinja2's releases. 3.1.3 This is a fix release for the 3.1.x feature branch. Fix for GHSA-h5c8-rqwp-cp95. You are affected if...

dependencies

Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.40 to 3.1.41. Release notes Sourced from gitpython's releases. 3.1.41 - fix Windows security issue The details about the Windows security issue can be found in this...

dependencies

Bumps [pycryptodome](https://github.com/Legrandin/pycryptodome) from 3.16.0 to 3.19.1. Release notes Sourced from pycryptodome's releases. v3.19.1 - Zeil Resolved issues Fixed a side-channel leakage with OAEP decryption that could be exploited to carry...

dependencies

Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.4 to 41.0.6. Changelog Sourced from cryptography's changelog. 41.0.6 - 2023-11-27 * Fixed a null-pointer-dereference and segfault that could occur when loading certificates from a PKCS#7 bundle....

dependencies

Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.9.0b0 to 3.9.0. Release notes Sourced from aiohttp's releases. 3.9.0 Features Introduced AppKey for static typing support of Application storage. See https://docs.aiohttp.org/en/stable/web_advanced.html#application-s-config (#5864) Added a graceful shutdown...

dependencies

Bumps [werkzeug](https://github.com/pallets/werkzeug) from 3.0.0 to 3.0.1. Release notes Sourced from werkzeug's releases. 3.0.1 This is a security release for the 3.0.x feature branch. Changes: https://werkzeug.palletsprojects.com/en/3.0.x/changes/#version-3-0-1 Changelog Sourced from werkzeug's changelog....

dependencies

Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.4 to 3.1.5. Release notes Sourced from jinja2's releases. 3.1.5 This is the Jinja 3.1.5 security fix release, which fixes security issues and bugs but does not...

dependencies

Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.10.10 to 3.10.11. Release notes Sourced from aiohttp's releases. 3.10.11 Bug fixes Authentication provided by a redirect now takes precedence over provided auth when making requests with...

dependencies

Are there any plans to implement a concrete `TrackingRecorder` for SQLAlchemy? I don't see a `SQLAlchemyTrackingRecorder` in this repo, and the `SQLAlchemyFactory.tracking_recorder` method raises `NotImplementedError`. If not, could you help...