Flask Restful Marshmallow Python 3.x Sqlalchemy Attributeerror: 'dict' Object Has No Attribute '_sa_instance_state' February 09, 2024 Post a Comment Am creating a flask_restful API with sqlalchemy and marshmallow. Here is my model class User(db.Mo… Read more Attributeerror: 'dict' Object Has No Attribute '_sa_instance_state'
Marshmallow Psycopg2 Python Sqlalchemy Marshmallow Result Customization February 04, 2024 Post a Comment I have the sqlalchemy model with jsonb field and marshmallow schema for this model: class Settings(… Read more Marshmallow Result Customization