PROVIDE_AUTOMATIC_OPTIONS causes KeyError if not set
Closed this issue · 3 comments
develerltd commented
Simply changing this to : self.config.get("PROVIDE_AUTOMATIC_OPTIONS", False)
should resolve the problem.
This change now released is causing upstream trouble in other packages such as Quart:
pallets/quart#371
davidism commented
Duplicate of pallets/quart#371
develerltd commented
This is not a duplicate as this is a separate project.
Anything that doesn't pin to flask 3.0.* will be broken by this change.
The fix is simple, as far as I am aware
davidism commented
Quart 0.19.9 is now available on PyPI.