Ruyaml

Latest version: v0.91.0

Safety actively analyzes 629994 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 9

0.13.3

- fix for issue 82, deepcopy not working (reported by code monk)

0.13.2

- fix for comments after empty (null) values (reported by dsw2127 and cokelaer)

0.13.1

- optimisations on memory usage when loading YAML from large files (py3 -50%, py2 -85%)

0.13.0

- if ``load()`` or ``load_all()`` is called with only a single argument
(stream or string)
a UnsafeLoaderWarning will be issued once. If appropriate you can surpress this
warning by filtering it. Explicitly supplying the ``Loader=ruamel.yaml.Loader``
argument, will also prevent it from being issued. You should however consider
using ``safe_load()``, ``safe_load_all()`` if your YAML input does not use tags.
- allow adding comments before and after keys (based on
`StackOveflow Q&A <http://stackoverflow.com/a/40705671/1307905>`_ by
`msinn <http://stackoverflow.com/users/7185467/msinn>`_)

0.12.18

- another fix for numpy (re-reported independently by PaulG & Nathanial Burdic)

0.12.17

- only the RoundTripLoader included the Resolver that supports YAML 1.2
now all loaders do (reported by mixmastamyk)

Page 3 of 9

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.