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
1.1.1i is not a valid PEP 440 version, so comparison against version.Version should either fall back to LegacyVersion or return NotImplemented. But with LegacyVersion being deprecated, this is probably not worth fixing.
Use packaging.version.parse to compare software version. Have found such problem with openssl versions:
The text was updated successfully, but these errors were encountered: