-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Update requirements.txt #24
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
Conversation
Update Flask framework version for succcessful deploy.
|
@vivekjilla @surenderssm I'm able to run the app locally as well as on Azure without any errors with this change - https://msdocs-python-sg-flask-webapp.azurewebsites.net/. |
|
#sign-off |
|
@vmagelo @ismailmo1 @DavidCBerry13 can you approve this PR and close it? |
3.10 upgrade
|
@sgollapudi77 Wow, we really dropped the ball on this one. My fault entirely. Thank you for your submission and I apologize for the long, long overdue resolution. |
Purpose
The deployment of the Python flask app is failing with the latest version of
werkzeug, so manually updating the version in the requirements for the successful deploy.Does this introduce a breaking change?
Pull Request Type
What kind of change does this Pull Request introduce?