Cascade-config

Latest version: v0.4.0

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

Scan your dependencies

0.4.0

Added

- Added `max_recursion_depth` argument to `CascadeConfig` to limit the depth of
hierarchically updating nested dictionaries. When the maximum nesting depth is
exceeded, the new dictionary will be used as-is, overwriting any previous
values under that dictionary tree.

0.3.1

Fixed

- Fix previous broken build (did not include changes)

0.3.0

Fixed

- Fix parsing of empty dictionaries and `False` configuration values. These would
previously be overridden by the downstream configuration.

0.2.0

Added

- Add none_overrides_value option. Before this change, None values would unexpectedly
override previously configured values. Now, the previous value will be retained if
newer values are None. The old behavior can be re-enabled with by setting the
none_overrides_value argument of CascadeConfig to True.

0.1.0a0

Added

- Initial release

Links

Releases

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.