sqlalchemy-jsonapi icon indicating copy to clipboard operation
sqlalchemy-jsonapi copied to clipboard

JSONAPI initializer uses deprecated SQLAlchemy Base method _decl_class_registry

Open carboni-joseph opened this issue 3 years ago • 0 comments

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

carboni-joseph avatar Sep 09 '22 15:09 carboni-joseph