Using the following libs in project produces warnings from py_abac/storage/sql/model.py:14 and py_abac/storage/sql/migrations.py:12
py_abac 0.4.1
Python 3.11.9
SQLAlchemy 2.0.19
marshmallow 3.21.3
marshmallow-oneofschema 2.1.0
Warning produced:
MovedIn20Warning: The ``declarative_base()`` function is now available as sqlalchemy.orm.declarative_base().
Update to SQLAlchemy moves internal modules for declarative_base
Using the following libs in project produces warnings from
py_abac/storage/sql/model.py:14andpy_abac/storage/sql/migrations.py:12py_abac 0.4.1
Python 3.11.9
SQLAlchemy 2.0.19
marshmallow 3.21.3
marshmallow-oneofschema 2.1.0
Warning produced:
MovedIn20Warning: The ``declarative_base()`` function is now available as sqlalchemy.orm.declarative_base().Update to SQLAlchemy moves internal modules for declarative_base