Taragolis commented on issue #34950:
URL: https://github.com/apache/airflow/issues/34950#issuecomment-1765135617

   > Already fixed at v3.0.0, can airflow upgrade the version of 
Flask-SQLAlchemy to 3.0.0 or higher?
   
   Until FAB (Flask-AppBuilder) won't support it we can't upgrade it.
   
   ```console
   root@10edf5592a3c:/opt/airflow# pipdeptree --packages flask-sqlalchemy -r
   Flask-SQLAlchemy==2.5.1
   └── Flask-AppBuilder==4.3.6 [requires: Flask-SQLAlchemy>=2.4,<3]
       └── apache-airflow==2.8.0.dev0 [requires: Flask-AppBuilder==4.3.6
   ```
   
   ---
   
   Unfortunetly, I can't reproduce on main branch:
   - run in [breeze](https://github.com/apache/airflow/blob/main/BREEZE.rst)
   - MySQL 8.0
   - ARM (need to check on X86_64)
   
   
![image](https://github.com/apache/airflow/assets/3998685/0bed99cc-3dd2-4d3f-9dd8-743dfa3a7cd3)
   
   Maybe some additional settings also should be set?
   
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to