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 ImportError by setting Werkzeug to 2.2.2 #1

Merged
merged 1 commit into from
Jan 13, 2025

Conversation

hsiangjenli
Copy link
Contributor

This PR updates requirements.txt to specify Werkzeug==2.2.2, addressing an issue where the application fails to start due to the following error:

card-fraud-card_fraud-1  | ImportError: cannot import name 'url_quote' from 'werkzeug.urls' (/usr/local/lib/python3.9/site-packages/werkzeug/urls.py)

Copy link
Contributor

@antejavor antejavor left a comment

Choose a reason for hiding this comment

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

Thanks for the update 🚀

@antejavor antejavor merged commit 2bb1ae0 into memgraph:main Jan 13, 2025
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