This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
Why is Python specified as a dependency? #2551
Labels
kind/question
User questions (candidates for conversion to discussion)
Issue
I was wondering why poetry specifies the compatible Python version in the
tool.poetry.dependencies
section, together with actual Python package dependencies. Is there any fundamental reason for that?I am asking because this can cause issues for automatic dependency updating tools like renovate, where this currently triggers the following warning:
Of course this can easily be fixed downstream. It just made me wonder why this is the desired behavior.
Example of a
pyproject.toml
file created withpoetry init
:The text was updated successfully, but these errors were encountered: