equinor / ert-storage

This is the permanent storage solution for the ERT project
GNU General Public License v3.0
1 stars 12 forks source link

Replace deprecated package for declarative_base #249

Closed andreas-el closed 1 year ago

andreas-el commented 1 year ago
MovedIn20Warning: The ``declarative_base()`` function is now available as sqlalchemy.orm.declarative_base(). (deprecated since: 2.0) (Background on SQLAlchemy 2.0 at: https://sqlalche.me/e/b8d9)
  Base = declarative_base()
andreas-el commented 1 year ago

Closing as this was resolved in version 0.3.21of art-storage.