Skip to content

Warnings from package Marshmallow #29

@lsplitter

Description

@lsplitter

Using the following libs in project produces warnings in:
py_abac/policy/policy.py:77
py_abac/policy/targets.py:71-73
py_abac/policy/rules.py:111-114

py_abac 0.4.1
Python 3.11.9
SQLAlchemy 2.0.19
marshmallow 3.21.3
marshmallow-oneofschema 2.1.0

Warning produced:
RemovedInMarshmallow4Warning: The 'default' argument to fields is deprecated. Use 'dump_default' instead. subject = RuleField(default={}, missing={})
RemovedInMarshmallow4Warning: The 'missing' argument to fields is deprecated. Use 'load_default' instead. subject = RuleField(default={}, missing={})

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions