-
Notifications
You must be signed in to change notification settings - Fork 44
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
Markup seems to be deprecated and is now markupsafe apparently #137
Comments
I've got the same issue: File "/home/pi/uvrobot/main.py", line 8, in |
Same. I just patched it manually on my installation, but it would be nice to get it fixed in the repos. |
I hope it gets merged soon, it's annoying to have a custom patch as part of my installation scripts. It's a one-line change, has @plumdog given up on this project? If so, should it be forked and submitted to PyPi as a replacement? |
I alo have this problem |
+1 please fix it |
Markup seems to be deprecated and is now markupsafe apparently
File "/app/.heroku/python/lib/python3.9/site-packages/flask_table/init.py", line 1, in
2023-10-03T10:46:35.754301+00:00 app[web.1]: from .table import Table, create_table
2023-10-03T10:46:35.754301+00:00 app[web.1]: File "/app/.heroku/python/lib/python3.9/site-packages/flask_table/table.py", line 5, in
2023-10-03T10:46:35.754301+00:00 app[web.1]: from flask import Markup
2023-10-03T10:46:35.754301+00:00 app[web.1]: ImportError: cannot import name 'Markup' from 'flask' (/app/.heroku/python/lib/python3.9/site-packages/flask/init.py)
The text was updated successfully, but these errors were encountered: