-
-
Notifications
You must be signed in to change notification settings - Fork 266
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
[REQUEST] Update commitizen to support Jinja2's latest version for flaskv2. #391
Comments
Hi @rlam3 , I'm good with relaxing the version constraint as long as it does not break anything. Feel free to send us a PR 🙂 |
This is indeed a problem as we now need to decide between |
Please check the PR if possible |
Please try Feel free to re-open the issue. Thanks! |
Yes this works now. @woile Thank you! Seems like I had to do the following to get it installed correctly in poetry. poetry remove commitizen
poetry add commitizen --dev |
Description
Steps to reproduce
Commitizen with poetry breaks dependencies because commitizen requires Jinja2 lower than v3. Flaskv2 requires us to use of Jinja2 v3.
Current behavior downgrading commitizen does not seem to be working.
Desired behavior
We should be able to use commitizen with any version of flask or jinja2.
Environment
Currently, the only workaround is to remove flask and install commitizen before installing flask.
This would result in use up using flask v1.1.4 instead of v2.0.1.
❯ cz version
2.17.9
❯ python -V
Python 3.9.4
❯ python3 -c "import platform; print(platform.system())"
Darwin
The text was updated successfully, but these errors were encountered: