You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the great tool. I moved a project using it to SQLA 2.0 this year and have been monitoring for deprecation warnings. Here's one related to sqlalchemy-continuum. I added white space for readability.
/lib/python3.13/site-packages/sqlalchemy_continuum/plugins/transaction_changes.py:80: SAWarning:
The Query.get() method is considered legacy as of the 1.x series of SQLAlchemy and becomes a
legacy construct in 2.0. The method is now available as Session.get() (deprecated since: 2.0)
(Background on SQLAlchemy 2.0 at: https://sqlalche.me/e/b8d9)
(This warning originated from the Session 'autoflush' process, which was invoked automatically in
response to a user-initiated operation. Consider using ``no_autoflush`` context manager if this
warning happended while initializing objects.)
changes = session.query(self.model_class).get(params)
The text was updated successfully, but these errors were encountered:
Thanks for the great tool. I moved a project using it to SQLA 2.0 this year and have been monitoring for deprecation warnings. Here's one related to sqlalchemy-continuum. I added white space for readability.
The text was updated successfully, but these errors were encountered: