Skip to content

JSONAPI initializer uses deprecated SQLAlchemy Base method _decl_class_registry #72

@carboni-joseph

Description

@carboni-joseph

Usage of base._decl_class_registry in the JSONAPI constructor causes an error in SQLAlchemy 1.4.x (Line 235 of serializer.py).

Fix - replace with base.registry._class_registry

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