Closed rafa761 closed 2 years ago
Hi
With SqlAlchemy 1.4 it's possible to test if the code will work with future SqlAlchemy 2.0
https://docs.sqlalchemy.org/en/14/changelog/migration_20.html#migration-to-2-0-step-two-turn-on-removedin20warnings
using this we receive some deprecation warnings from sqlalchemy-mixins
sqlalchemy==1.4.23 sqlalchemy-mixins==1.5
Hi,
Thanks for noting this. Do you mind opening a PR that adds CI tests against 2.0?
Hi
With SqlAlchemy 1.4 it's possible to test if the code will work with future SqlAlchemy 2.0
https://docs.sqlalchemy.org/en/14/changelog/migration_20.html#migration-to-2-0-step-two-turn-on-removedin20warnings
using this we receive some deprecation warnings from sqlalchemy-mixins
sqlalchemy==1.4.23 sqlalchemy-mixins==1.5