Flask-RESTful dependence on Flask 2.3 deprecated propagated_exceptions #5019
-
I was hoping to get a sanity check on a fix I would like to propose to the Flask-RESTful code. There is one line of code in Flask-RESTful that depends upon current_app.propagate_exceptions of Flask. When this is deprecated in Flask 2.3 that line of code will fail. Here is the line of code in the
Here is how I think that code can be fixed:
Regards, Aaron |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Looks like an issue with Flask-Restful, so it should be reported there. It already was reported flask-restful/flask-restful#957, looks like you reported a duplicate. We're not the maintainers of Flask-Restful, so asking here is off topic. |
Beta Was this translation helpful? Give feedback.
Looks like an issue with Flask-Restful, so it should be reported there. It already was reported flask-restful/flask-restful#957, looks like you reported a duplicate. We're not the maintainers of Flask-Restful, so asking here is off topic.