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

[Request] Implement compatibility for Flask 3.0.2 #2220

Open futuremotiondev opened 6 months ago

futuremotiondev commented 6 months ago

Environment

Flask-Appbuilder version: 4.4.1

Describe the expected results

Flask-Appbuilder should install without complaint alongside of Flask 3.0.2

pip install -U flask
pip install flask-appbuilder

Describe the actual results

PIP complains.

ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
flask-appbuilder 4.4.1 requires Flask<3.0.0,>=2, but you have flask 3.0.2 which is incompatible.

Steps to reproduce

pip install -U flask
pip install flask-appbuilder

If I'm missing something, please let me know.