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
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.
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 apache/airflow#28723
Is there any fast way to increase the
sqlalchemy
version, so other libraries could benefit the newer version?The text was updated successfully, but these errors were encountered: