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

Switch from flask.Markup to MarkupSafe #4

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

xenophonf
Copy link

Flask 2.3.0 deprecated its Markup class in favor of of MarkupSafe. This causes an import error when using Flask-FomanticUI with newer Flask releases.

Fixes #3

[Flask 2.3.0](https://flask.palletsprojects.com/en/3.0.x/changes/#version-2-3-0)
deprecated its Markup class in favor of of MarkupSafe.  This causes an
import error when using Flask-FomanticUI with newer Flask releases.

Fixes juniors90#3
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

Successfully merging this pull request may close these issues.

Incompatible with Flask v3
1 participant