Versioning extension for SQLAlchemy.
I am using `sqlalchemy-continuum == 1.4.0` and `sqlalchemy == 2.0.21` and trying to do the following: ```python from sqlalchemy_continuum import make_versioned ``` which results in ```python E sqlalchemy.exc.SADeprecationWarning: The `sqlalchemy.orm.mapper()` symbol is deprecated and will be removed in a future release. For the mapper-wide event target, use the 'sqlalchemy.orm.Mapper' class. ``` The reason/fix for this probably described here: https://docs.sqlalchemy.org/en/20/changelog/migration_20.html#the-original-mapper-function-now-a-core-element-of-declarative-renamed Basically my question is - Does `sqlalchemy-continuum == 1.4.0` work reliably with `sqlalchemy > 2` yet?
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be resolved. The issue was opened by jhannink and has received 2 comments.