There was a bug in univers.VersionRange.from_string that led to incorrect vers range when from_string was called with an empty list. This has been fixed in aboutcode-org/univers#194. We need a data migration to remove all version ranges that do not contain any constraints.
There was a bug in
univers.VersionRange.from_stringthat led to incorrect vers range whenfrom_stringwas called with an empty list. This has been fixed in aboutcode-org/univers#194. We need a data migration to remove all version ranges that do not contain any constraints.