Box
Box copied to clipboard
from_yaml returns depreciation error
When attempting to use Box.from_yaml(string), I get:
"load()" has been removed, use
yaml = YAML(typ='rt') yaml.load(...)
and register any classes that you use, or check the tag attribute on the loaded data, instead of file "converters.py", line 138
data = yaml.load(yaml_string, **kwargs)
What version of box are you using? That shouldn't be happening with latest 7.2.0
python -c "import box; print(box.__version__)"
7.2.0