absent1706 / sqlalchemy-mixins

Active Record, Django-like queries, nested eager load and beauty __repr__ for SQLAlchemy
MIT License
756 stars 67 forks source link

SqlAlchemy 1.4 deprecation warning #81

Closed rafa761 closed 2 years ago

rafa761 commented 3 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

image

michaelbukachi commented 3 years ago

Hi,

Thanks for noting this. Do you mind opening a PR that adds CI tests against 2.0?