Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JSONAPI initializer uses deprecated SQLAlchemy Base method _decl_class_registry #72

Open
carboni-joseph opened this issue Sep 9, 2022 · 0 comments

Comments

@carboni-joseph
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant