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

Allow specification of minimum required poetry version #5350

Closed
2 tasks done
kasium opened this issue Mar 24, 2022 · 2 comments
Closed
2 tasks done

Allow specification of minimum required poetry version #5350

kasium opened this issue Mar 24, 2022 · 2 comments
Labels
kind/feature Feature requests/implementations status/duplicate Duplicate issues

Comments

@kasium
Copy link

kasium commented Mar 24, 2022

  • 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

@kasium kasium added kind/feature Feature requests/implementations status/triage This issue needs to be triaged labels Mar 24, 2022
@finswimmer
Copy link
Member

Hello @kasium,

this has been asked earlier in #3316.

fin swimmer

@finswimmer finswimmer added status/duplicate Duplicate issues kind/feature Feature requests/implementations and removed kind/feature Feature requests/implementations status/triage This issue needs to be triaged labels Mar 24, 2022
Copy link

github-actions bot commented Mar 2, 2024

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 2, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
kind/feature Feature requests/implementations status/duplicate Duplicate issues
Projects
None yet
Development

No branches or pull requests

2 participants