-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Description
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={})
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels