v2.0.3
Full Changelog: v2.0.2...v2.0.3
Small fix to support older versions of Flask
Resolves an error like
TypeError: The view function did not return a valid response. The return type must be a string, dict, tuple, Response instance, or WSGI callable, but it was a list
seen in versions of Flask prior to 2.2
pallets/flask#4659