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
Somewhere between 3.13 and 5.3.1, PyYAML started supporting this syntax without any quotes:
foo: [bar:baz]
Some of our older platforms don't have a new enough version of PyYAML to parse that syntax. We should enforce compatibility in CI so that we don't break those platforms, at least until they're EOL.
The text was updated successfully, but these errors were encountered:
Somewhere between 3.13 and 5.3.1, PyYAML started supporting this syntax without any quotes:
Some of our older platforms don't have a new enough version of PyYAML to parse that syntax. We should enforce compatibility in CI so that we don't break those platforms, at least until they're EOL.
The text was updated successfully, but these errors were encountered: