Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Request] Implement compatibility for Flask 3.0.2 #2220

Open
futuremotiondev opened this issue Mar 15, 2024 · 0 comments
Open

[Request] Implement compatibility for Flask 3.0.2 #2220

futuremotiondev opened this issue Mar 15, 2024 · 0 comments

Comments

@futuremotiondev
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant