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 #67 - Update Flask version requirement. #68

Merged
merged 1 commit into from
Jun 15, 2024

Conversation

kalebpederson
Copy link

Update the flask version to 2.3 which replaces the werkzeug.urls reference with an equivalent from the Python library. This fix allows the application to startup properly.

I tested with Helm chart 1.2.1 by updating the values file to include an image name and tag pointing at a registry I had write access to.

@pareion
Copy link
Contributor

pareion commented Jun 12, 2024

The docker image in this repository, version 1.2.1, seems to have been changed at some point.

Earlier, it seemed to have worked fine, but the current version can not start up because of an old flask version. Updating to at least version 2.3 or 2.3.3 seems to solve the issue.

Copy link
Contributor

@pareion pareion left a comment

Choose a reason for hiding this comment

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

LGTM.

@pareion pareion merged commit d36e3ae into Azure:main Jun 15, 2024
2 checks passed
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.

3 participants