grimen / python-config2

Python environment configuration simplified - highly inspired by `node-config`.
https://pypi.org/project/config2
MIT License
20 stars 9 forks source link

YAML load warning #13

Closed saichandesh closed 5 years ago

saichandesh commented 5 years ago

Versions

Issue Following YAML loading warning is been thrown:

/usr/local/lib/python3.6/site-packages/config2/serializers/yaml_.py:51: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details.