Does poetry not find the maximum supported version for a package it depends on? #7023
-
I have a project that still runs on Django 2.2 and Python 3.7. (Will be changed soon, just not now.) I'm trying to integrate poetry. I called
Next, I call Actual behaviourIt says that "no versions of django-registration match >3.3,<4.0" and that django-registration 3.3 depends on Django >= 3.2.
Expected behaviourI didn't specify 3.3 as the minimum version for django-registration. I was expecting it to install version 3.2 as this is the last package that still has Django 2.2 listed as a supported package on the PyPI page for the package. When it checked that the most recent version was incompatible, I would expect poetry to check the next lower version. Does poetry not do that? Or am I missing something? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
cf #707 and its duplicates |
Beta Was this translation helpful? Give feedback.
cf #707 and its duplicates