**Full Changelog**: https://github.com/astronomer/starship/compare/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`
https://github.com/pallets/flask/issues/4659