snikket-im / snikket-web-portal

This is the web portal for Snikket Chat services. To learn more about what Snikket Chat services are, check the website.
https://snikket.org
GNU Affero General Public License v3.0
32 stars 12 forks source link

Update WTForms and pin quart version #141

Closed horazont closed 1 year ago

horazont commented 1 year ago

The quart pin is required to fix an attribute error which otherwise occurs during startup. Hence, this should be a good qualifier to know when it's safe to upgrade.

Note that this is not a problem in Quart, but in flask-WTForms. But downgrading flask-wtforms does not help 1, so we don't revert that uprade.

AttributeError: module 'quart.json' has no attribute 'JSONEncoder'
Zash commented 1 year ago

Tested. Works. Makes traceback go away. :)