Replies: 1 comment 1 reply
-
I agree, especially coming across this for the first time. 0.X.X versioned projects are often rapidly release new versions. I was getting behind with FastAPI, and ruff for example. |
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
-
I’m Currently, if you run
poetry update
and have any projects in yourpyproject.toml
which have the major version zero, Poetry's output will be misleading:This is mentioned in the documentation for dependency specification but it's not prominent and many people will end up on that page after they realize that they have a problem, not before.
It seems like this could be improved by having Poetry indicate when this happens and reminding the user - perhaps something along these lines:
Since
update
is already an extremely noisy operation with things like download progress bars the extra clarity seems like a good tradeoff.Beta Was this translation helpful? Give feedback.
All reactions