You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This method also powers the version selection method and can lead to issues there. For example, if a model has versions [1, "2", 12], and when "2" is the latest version, version 12 is both an old and prerelease version.
The text was updated successfully, but these errors were encountered:
MichelleArk
changed the title
[CT-3084] UnparsedVersion.__lt__ is sensitive to order
[CT-3084] [Bug] UnparsedVersion.__lt__ is sensitive to order
Sep 6, 2023
The current implementation of UnparsedVersion.__lt__ is sensitive to the order of arguments, leading to surprising behaviour such as:
This method also powers the version selection method and can lead to issues there. For example, if a model has versions [1, "2", 12], and when "2" is the latest version, version 12 is both an old and prerelease version.
The text was updated successfully, but these errors were encountered: