olin-build / ABE

Amorphous Blob of Events
https://abe.olin.build/
GNU Affero General Public License v3.0
7 stars 1 forks source link

Upgrade to flask 1.0 #221

Closed jaredbriskman closed 6 years ago

jaredbriskman commented 6 years ago

Flask exited zero-versioning, yay! Changelog here.

This upgrade makes some internal changes that may break compatibility with extensions. Tentatively tried to upgrade in 41c97e7, this seemed to break Flask_CORS, more testing is needed to see if it breaks anything else.

Also, if upgraded, definitions for after_this_request and call_after_request_callbacks can be removed, as after_this_request moves into the main module..