-
Notifications
You must be signed in to change notification settings - Fork 59
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
'_SQLAlchemyState' object has no attribute 'session' #262
Comments
Hi there! The latest version of I'm also going to take a look at adding a feature to detect and emit a more appropriate error message in this case, as you're not the first to encounter this. |
Ok, thanks for the response. |
Solved my question, thank you sironsen |
Hi there, I am noticing an issue with flask-marshmallow==0.15.0.
It is working fine with flask-marshmallow==0.14.0 but since launch of 0.15.0, our build pipeline has started to fail because of this issue. Here is trimmed down list of modules for the trio of flask, marshmallow and sqlalchemy
Flask==2.2.2
Flask-SQLAlchemy==2.5.1
psycopg2-binary==2.9.3
itsdangerous==2.1.2
marshmallow==3.19.0
marshmallow-sqlalchemy==0.28.1
SQLAlchemy==1.4.46
flask-migrate==4.0.4
Let me know if you need any more info to recreate the issue.
Thanks.
The text was updated successfully, but these errors were encountered: