Replies: 1 comment 1 reply
-
We have discussed adding a |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
At the moment, new poetry releases with backwards-incompatible changes could become very problematic:
Most users install poetry globally on their system, which would require every single one of their poetry project
pyproject.toml
's definitions to be compatible with their current poetry version.I don't know whether I'm an outlier here, but I have 28 poetry projects on my laptop at the moment 😅 .
In
docker-compose.yml
, you can specify the version of the compose spec: https://docs.docker.com/compose/compose-file/#version-top-level-element.Applying that idea for
pyproject.toml
, would allow all projects on a system with a single poetry installation to have different "poetry spec" versions.Any thoughts?
Beta Was this translation helpful? Give feedback.
All reactions