Closed
Description
<
639B
button data-component="IconButton" type="button" aria-haspopup="true" aria-expanded="false" tabindex="0" class="prc-Button-ButtonBase-c50BI prc-Button-IconButton-szpyj" data-loading="false" data-no-visuals="true" data-size="small" data-variant="invisible" aria-describedby=":R5ldklmb:-loading-announcement" aria-labelledby=":R3tldklmb:" id=":R5ldklmb:">
The AMI version "latest" is very, very deprecated, and is unlikely to ever mean anything but 2.4.2.
Currently, we have to explicitly check for "latest" in several points in our code, to protect the version_gte()
function on Python 3 (doesn't like string-to-number comparisons).
Instead, let's just translate latest
to 2.4.2
up-front.