Skip to content
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

Limit Werkzeug version to <1.0.0 #364

Merged
merged 1 commit into from
Feb 10, 2020

Conversation

ryan-collingham
Copy link
Contributor

To fix an issue caused by the release of Werkzeug 1.0.0, which Flask and flask-restplus both depend on. Temporary fix is to stick to the older version of Werkzeug, until flask-restplus is updated to work with the newer version: noirbizarre/flask-restplus#777

This issue is blocking all Travis builds and new installs currently so needs merging ASAP.

@ryan-collingham ryan-collingham self-assigned this Feb 10, 2020
@ryan-collingham ryan-collingham merged commit 15abdad into morganstanley:master Feb 10, 2020
@ryan-collingham ryan-collingham deleted the rlc/werkzeug branch February 10, 2020 11:34
cpages added a commit to cpages/testplan that referenced this pull request May 17, 2021
Current flask (2.0) requires Werkzeug >= 2.0, but Werkzeug
is pinned to < 1.0 due to a flask-restplus issue (see
morganstanley#364).
Pyifan pushed a commit that referenced this pull request May 20, 2021
Current flask (2.0) requires Werkzeug >= 2.0, but Werkzeug
is pinned to < 1.0 due to a flask-restplus issue (see
#364).
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.

2 participants