dpgaspar / Flask-AppBuilder

Simple and rapid application development framework, built on top of Flask. includes detailed security, auto CRUD generation for your models, google charts and much more. Demo (login with guest/welcome) - http://flaskappbuilder.pythonanywhere.com/
BSD 3-Clause "New" or "Revised" License
4.66k stars 1.36k forks source link

Very old sqlalchemy library #2240

Open amindadgar opened 4 months ago

amindadgar commented 4 months ago

This library is using a very old version of sqlalchemy (SQLAlchemy<1.5) and it is blocking many other libraries. One of the major blockers that this old version is making, is on Apache Airflow service. Having that blocker is blocking many developers including mine to use libraries that needs newer version of sqlalchemy and create data pipelines on apache airflow.

link to discussion on apache airflow blocker https://github.com/apache/airflow/issues/28723

Is there any fast way to increase the sqlalchemy version, so other libraries could benefit the newer version?