earl / beanstalkc

A simple beanstalkd client library for Python
Apache License 2.0
458 stars 115 forks source link

yaml.load() without Loader=... is deprecated #74

Open ckrey opened 5 years ago

ckrey commented 5 years ago

YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details.

ysmolski commented 4 years ago

ping @earl