Poetry 1.1 is not compatible with 1.0, so we need to enforce Poetry version for our development team one way or another.
There is this Stack Overflow question: https://stackoverflow.com/questions/64003868/how-to-enforce-a-minimum-python-poetry-version which currently is unanswered.
Is there a way of specifying a version of Poetry in pyproject.toml that will fail if the executing version of poetry does not match? What effect does [build-system] requires have?
Poetry 1.1 is not compatible with 1.0, so we need to enforce Poetry version for our development team one way or another.
There is this Stack Overflow question: https://stackoverflow.com/questions/64003868/how-to-enforce-a-minimum-python-poetry-version which currently is unanswered.
Is there a way of specifying a version of Poetry in pyproject.toml that will fail if the executing version of poetry does not match? What effect does
[build-system] requireshave?