-
Notifications
You must be signed in to change notification settings - Fork 122
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
Constraint PIP Dependencies Version Range for Towncrier Compatibility #569
Comments
mkdir700
changed the title
towncrier is not compatible with PIP 2.* versions, please limit the version range of PIP dependencies.
Constraint PIP Dependencies Version Range for Towncrier Compatibility
Nov 21, 2023
Thanks for the report. Can you please create a PR in which we have "jinja2>=3" ? In theory, as long as you have a custom template, towncrier might also work with Jinja v2. So there is also the option of fixing the default template to work with Jinja v2. |
SmileyChris
added a commit
to SmileyChris/towncrier
that referenced
this issue
Jun 13, 2024
SmileyChris
added a commit
to SmileyChris/towncrier
that referenced
this issue
Jun 13, 2024
SmileyChris
added a commit
that referenced
this issue
Jun 13, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
The pip version on my machine is '2.11.3'. When I use
pip install towncrier
to install the program, there are no errors during the process. This is because towncrier depends on any version of pip, but this is problematic.When I use the
build
command, the following exception is thrown:Reproduction
Solution
Upgrade the version of jinja2 to
3.*
Should the version range of pip be constrained?
towncrier/pyproject.toml
Line 35 in 57f2036
The text was updated successfully, but these errors were encountered: