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
The dependencies really needs a bump, but both SQLAlchemy and Flask have breaking changes from new major versions. This needs to be reviews/fully tested, but there are also some stale libraries that we depend on.
Flask-SQLAlchemy seems to only support Flask v1 in their 3.0 version, but that has not been released yet. However, I couldn't find any particular reason why Flask-SQLAlchemy wouldn't work from the changelog.
flask-bower seems stale and doesn't work because flask._compat is gone. Seems easy to fix the module itself, but it probably needs a fork+fix or maybe we can just rewrite something custom.
The text was updated successfully, but these errors were encountered:
The dependencies really needs a bump, but both SQLAlchemy and Flask have breaking changes from new major versions. This needs to be reviews/fully tested, but there are also some stale libraries that we depend on.
Misc related issues:
The text was updated successfully, but these errors were encountered: