We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://github.com/pallets/flask/blob/bc098406af9537aacc436cb2ea777fbc9ff4c5aa/src/flask/sansio/app.py#L641C12-L641C86
Simply changing this to : self.config.get("PROVIDE_AUTOMATIC_OPTIONS", False) should resolve the problem.
self.config.get("PROVIDE_AUTOMATIC_OPTIONS", False)
This change now released is causing upstream trouble in other packages such as Quart: pallets/quart#371
The text was updated successfully, but these errors were encountered:
Quart
Flask==3.1.0
Duplicate of pallets/quart#371
Sorry, something went wrong.
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
Quart 0.19.9 is now available on PyPI.
No branches or pull requests
https://github.com/pallets/flask/blob/bc098406af9537aacc436cb2ea777fbc9ff4c5aa/src/flask/sansio/app.py#L641C12-L641C86
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
The text was updated successfully, but these errors were encountered: