scrapinghub / shub-workflow

BSD 3-Clause "New" or "Revised" License
13 stars 14 forks source link

yaml deprecation warning #22

Closed kalessin closed 1 year ago

kalessin commented 2 years ago

New versions (6 or over) of yaml change load() call (See deprecation warning)

Right now we are avoiding issues by forcing version below 6 via setup.py. But would be better to support version 6 without breaking previous ones.

kalessin commented 1 year ago

This issue is already fixed.