Skip to content

Switch from flask-restplus to flask-restx#2689

Merged
gazpachoking merged 1 commit intoFlexget:developfrom
ianstalk:flask-restx
Jun 2, 2020
Merged

Switch from flask-restplus to flask-restx#2689
gazpachoking merged 1 commit intoFlexget:developfrom
ianstalk:flask-restx

Conversation

@ianstalk
Copy link
Copy Markdown
Contributor

Motivation for changes:

Flask-RESTPlus is abandoned, and is no longer compatible with the latest version of werkzeug, on which it depends. The community has forked the project, and created Flask-RESTX, which seems to be a drop-in replacement.

Detailed changes:

  • change flask-restplus==0.10.1 out for flask-restx==0.2.0 (the latest stable release of flask-restx).
  • change all references to flask_restplus to flask_restx

Addressed issues:

To Do:

  • The API test test_crash_logs_without_crash_log fails, but the same seems to happen with develop, so I think that test was already broken

@liiight
Copy link
Copy Markdown
Member

liiight commented May 31, 2020

LGTM

@ianstalk ianstalk changed the title WIP: Switch from flask-restplus to flask-restx Switch from flask-restplus to flask-restx May 31, 2020
@gazpachoking gazpachoking merged commit b458c49 into Flexget:develop Jun 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Plugin flexget.components.imdb.api failed to import dependencies

3 participants