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
console.print(f"Latest stable version is {latest_available_version}. If you want to downgrade to this version, you can run: pip install safety=={latest_available_version}")
794
+
else:
795
+
console.print("You are already using the latest stable version of Safety.")
796
+
exceptInvalidVersionasinvalid_version:
797
+
LOG.exception(f'Invalid version format encountered: {invalid_version}')
798
+
console.print(f"Error: Invalid version format encountered for the latest available version: {latest_available_version}")
799
+
console.print("Please report this issue or try again later.")
0 commit comments