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

Commitizen is not compatible with recent versions of ipython because of its dependency on questionary #1249

Open
lsorber opened this issue Oct 6, 2024 · 0 comments

Comments

@lsorber
Copy link

lsorber commented Oct 6, 2024

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.361. To comply with both requirements, you need to downgrade ipython to a version of end 2022.

Related: #5

Possible Solution

  1. Ask questionary to release a new version (their master branch relaxed the constraint on prompt-toolkit).
  2. Or, replace or remove the dependency on questionary.

Additional context

No response

Additional context

No response

Footnotes

  1. https://github.com/tmbo/questionary/blob/2.0.1/pyproject.toml#L36

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant