Explicitly cast version to string for comparison
When loading yaml, the version information could be interpreted as an integer or float. Cast to string when comparing versions.
When loading yaml, the version information could be interpreted as an integer or float. Cast to string when comparing versions.