You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Flask-SQLAlchemy has rewritten the way to load the extension. No longer app.extensions["sqlalchemy"].db but simply app.extensions["sqlalchemy"] see pallets-eco/flask-sqlalchemy#698.
Flask-SQLAlchemy has rewritten the way to load the extension. No longer
app.extensions["sqlalchemy"].db
but simplyapp.extensions["sqlalchemy"]
see pallets-eco/flask-sqlalchemy#698.This is used here:
flask-marshmallow/src/flask_marshmallow/__init__.py
Line 114 in 13f6739
This is a breaking change and would require to also pin Flask-SQLAlchemy to
>3.0
inflask-marshmallow/setup.py
Line 7 in 13f6739
The text was updated successfully, but these errors were encountered: