-
Notifications
You must be signed in to change notification settings - Fork 153
New issue
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
MethodViewType was removed for Flask 2.2.x #212
Comments
I tested with the latest flask version (2.2.2). |
You can amend resource.py. replace MethodViewType with type(MethodView) |
Why hasn't the maintainer responded to this? Seems it is still broken. This repo should probably get marked as archived.
|
I used https://github.com/AdCombo/flask-combo-jsonapi and also fixed there methodviewtype |
I'm not exactly aware, where to point to in the changelogs, but in an pull request from June they removed the
MethodViewType
class: pallets/flask#4624So the import of this class in https://github.com/miLibris/flask-rest-jsonapi/blob/master/flask_rest_jsonapi/resource.py#L12 will not work.
Are there any plans to make the flask-rest-jsonapi ready for usage in Flask 2.2 ?
The text was updated successfully, but these errors were encountered: