You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched the issues of this repo and believe that this is not a duplicate.
I have searched the documentation and believe that my question is not covered.
Feature Request
A project might use newer poetry versions or rely on a poetry bug fix. Currently, the project either needs to state the minimum needed poetry version somewhere in their docs or have a kind of bootstramp to enforce that.
However, it would be nice if poetry would allow users to define that in the toml.
[tool.poetry]
poetry_version = ">1.1"
Please note, that this is different from the build backend. The main poetry version e.g. creates the lock file and here a different poetry version can make a huge differce.
In the case, that the current version doesn't match the one in the toml, a error should be raised
The text was updated successfully, but these errors were encountered:
Feature Request
A project might use newer poetry versions or rely on a poetry bug fix. Currently, the project either needs to state the minimum needed poetry version somewhere in their docs or have a kind of bootstramp to enforce that.
However, it would be nice if poetry would allow users to define that in the toml.
Please note, that this is different from the build backend. The main poetry version e.g. creates the lock file and here a different poetry version can make a huge differce.
In the case, that the current version doesn't match the one in the toml, a error should be raised
The text was updated successfully, but these errors were encountered: