ImportError: cannot import name 'Markup' from 'flask' #5293
Unanswered
glopglopoups
asked this question in
Q&A
Replies: 1 comment 3 replies
-
as per the 3.xx those deprecated aliases got removed in #5223 |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I encountered the following error when switching from flask to version 3.0:
ImportError: cannot import name 'Markup' from 'flask'
The evolution of flask impacte "flask_navigation" and "flaskext.markdown" in my case. It is possible that other modules related to flask can be impacted.
Do you have a corrective solution, either for the additional modules or for flask to adapt to its evolution?
Beta Was this translation helpful? Give feedback.
All reactions