airr-community / ogrdb

Website and associated database for managing submissions of inferred alleles
Other
8 stars 1 forks source link

Updated flask #99

Closed yanivm96 closed 5 months ago

yanivm96 commented 6 months ago

updating flask to 3.0.3 be aware, to fix the Markup problem i had to change the package of flask_table. in this package i change the line that using markup from flask to use from MarkupSafe the moudles that need to be change are Col html and table. just need to make sure changing this line: from flask import Markup to this line: from markupsafe import Markup