Audobject

Latest version: v0.7.11

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

Scan your dependencies

Page 2 of 7

0.7.5

--------------------------

* Fixed:
``audobject.Object.is_loaded_from_dict``
returns correct value in
``__init__()``

0.7.4

--------------------------

* Added: ``audobject.Object.is_loaded_from_dict``

0.7.3

--------------------------

* Fixed: if ``__init__()`` accepts ``kwargs``
no longer all attributes will be serialized,
but only the ones included in ``kwargs``
(in addition to the other arguments).
This requires that
``super.__init__(**kwargs)``
is called in the constructor

0.7.2

--------------------------

* Fixed: support comparison with arbitrary objects
in ``audibject.Object.__eq__``,
which is needed with ``signature``

0.7.1

--------------------------

* Fixed: apply ``auto_install`` in ``audobject.from_yaml()``
* Fixed: support ``auto_install`` with nested objects

0.7.0

--------------------------

* Added: argument ``auto_install`` to
``audobject.from_dict()``,
``audobject.from_yaml()``,
``audobject.from_yaml_s()``
* Added: ``audobject.define.PackageMismatchWarnLevel``
* Added: ``audobject.config.PACKAGE_MISMATCH_WARN_LEVEL``
* Changed: store package in YAML if it does not match module
* Changed: by default raises warning if required package
has a newer version than the installed one
* Removed: deprecation warning for ``ignore_vars``
from ``audobject.init_decorator()``

Page 2 of 7

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.