Open ucodery opened 2 years ago
The change to isort's python dependency seems to have really messed up the ability to do a poetry update
. I'm not sure how a new lock file was generated for #1877 but if I clear poetry's cache and then run a poetry update it won't solve because requirements of isort also declare python dependency with a caret range and, as noted in that issue, poetry does not allow mixing greater-than and caret ranges, even when they overlap.
Besides all the example isort project (actually all three need adjusted), the following won't solve with isort's dependency on python>=3.6
:
As an infrequent user of poetry maybe I am missing something, but seems that either isort needs to restore the ^3.6
or drop some of these requirements.
The versions on pypi.org have not kept up to date with what is in the project, and neither has isort's pyproject.toml. This currently blocks updating the lock file:
because of #1877
I would like to apply this diff, but can't as poetry then complains that the specified dependency doesn't match any versions.