Skip to content

Warnings for sqlalchemy #28

@lsplitter

Description

@lsplitter

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions