Hochfrequenz / mig_ahb_utility_stack

MIG AHB Utility Stack (MAUS): A Script to Match the Message Implementation Guide (MIG) with the Anwendungshandbuch (AHB)
MIT License
2 stars 0 forks source link

Fix `RemovedInMarshmallow4Warning`s #216

Closed hf-kklein closed 1 year ago

hf-kklein commented 1 year ago

anwendungshandbuch.py:193: RemovedInMarshmallow4Warning: The 'default' argument to fields is deprecated. Use 'dump_default' instead. maus_version = fields.String(required=False, allow_none=True, default=_VERSION)

anwendungshandbuch.py:194: RemovedInMarshmallow4Warning: The 'default' argument to fields is deprecated. Use 'dump_default' instead. description = fields.String(required=False, allow_none=True, default=None)

anwendungshandbuch.py:195: RemovedInMarshmallow4Warning: The 'default' argument to fields is deprecated. Use 'dump_default' instead. direction = fields.String(required=False, allow_none=True, default=None)