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

fix(pip):change Werkzeug version #9

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

RobbeVandenDaele
Copy link

Description

The latest version of Werkzeug does not support Flask 2.0.2. Because of this, the deployment fails.

Motivation and Context

We need to add a specific version of the Werkzeug library tot the requirements.txt file in order do fix de deployment failures. Issue already exists: #8

How Has This Been Tested?

I first deployed the app as is, and encountered errors in the App Service. After googling the error at https://stackoverflow.com/questions/77213053/why-did-flask-start-failing-with-importerror-cannot-import-name-url-quote-fr I changed the library to version 2.2.2 in the requirement.txt file, redeployed the app, which fixed the issue.

Screenshots (if appropriate)

NA

Types of changes

  • Bug fix (non-breaking change which fixes an issue)

Checklist

  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes if appropriate.
  • All new and existing tests passed.

Copy link

@JamieICG JamieICG left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Werkzeug version needs to be specified. These versions are compatible with one-another

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