This is the Quart 0.19.8 fix release, which fixes security issues but does not otherwise change behavior and should not result in breaking changes.
PyPI: https://pypi.org/project/Quart/0.19.8/
Changes: https://github.com/pallets/quart/blob/main/CHANGES.rst#0198
- Fix missing check that caused the previous fix to raise an error. #366