Open
Description
Description
Not so recent versions of ipython require prompt-toolkit>=3.0.41
, but commitizen depends on questionary<3.0
, the latest version of which depends on prompt-toolkit<=3.0.36
1. To comply with both requirements, you need to downgrade ipython to a version of end 2022.
Related: #5
Possible Solution
- Ask questionary to release a new version (their master branch relaxed the constraint on prompt-toolkit).
- Or, replace or remove the dependency on questionary.
Additional context
No response
Additional context
No response