You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Flask-RESTPlus is a dependency in both the auth- and pay- APIs (and other registries APIs). The maintainers have declared they will no longer be supporting RESTPlus and have started a new project based off a fork: RESTx. RESTPlus is also no longer compatible with the latest version of Werkzeug as of Feb 6 (and they only released a hotfix for RESTx, not RESTPlus). We should switch over to the new RESTx framework.
Since RESTPlus is no longer supported, it will be more difficult to maintain the project going forward (The broken Werkzeug dependency being an initial example of this).
What is the problem?
References:
noirbizarre/flask-restplus#770
noirbizarre/flask-restplus#777
https://github.com/python-restx/flask-restx
What is the impact?
Proposed solution
cc: @pksumesh @thorwolpert
The text was updated successfully, but these errors were encountered: