Skip to content

v2.0.3

Compare
Choose a tag to compare
@fritz-astronomer fritz-astronomer released this 21 May 19:06
· 48 commits to main since this release

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