Yamlloader

Latest version: v1.5.1

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

Scan your dependencies

Page 1 of 2

1.5.1

Python 3.13 is now supported. Using hatch as build system.

(fixes 1.5.0 which didn't have the minimum Python version of 3.7 specified)

1.5.0

Python 3.13 is now supported. Using hatch as build system.

1.4.1

What's Changed
* Fix name of `ConstructorError` by mdm in https://github.com/Phynix/yamlloader/pull/52
* enh: add python 3.12, cleanup by jonas-eschle in https://github.com/Phynix/yamlloader/pull/53

New Contributors
* mdm made their first contribution in https://github.com/Phynix/yamlloader/pull/52

**Full Changelog**: https://github.com/Phynix/yamlloader/compare/1.3.2...1.4.0

1.3.2

Python 3.11 upgrade, drop 3.7 (use old version < 1.3 if desired in Python 3.7)

1.0.0

===========

First stable release.

Main change is that it returns always an `OrderedDict`, even for Python >= 3.7 for consistency (see also 17)

0.5.4

Changelog
---------
As of Python version 3.7, the insertion order in `dict` is preserved by design. This is accounted for by allowing to dump and load to/from ordinary dictionaries in the same way as you do for `OrderedDicts`

Page 1 of 2

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.