You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Marshmallow v3.11.0 added a new type that is not supported by the latest version (master): marshmallow_jsonschema.exceptions.UnsupportedValueError: unsupported field type <fields.IPInterface(default=<marshmallow.missing>, attribute=None, validate=None, required=False, load_only=False, dump_only=False, missing=<marshmallow.missing>, allow_none=False, error_messages={'required': 'Missing data for required field.', 'null': 'Field may not be null.', 'validator_failed': 'Invalid value.', 'invalid_ip_interface': 'Not a valid IP interface.'})>
When will marshmallow-jsonschema (master) will support that new type?
Thank you.
The text was updated successfully, but these errors were encountered:
Marshmallow v3.11.0 added a new type that is not supported by the latest version (master):
marshmallow_jsonschema.exceptions.UnsupportedValueError: unsupported field type <fields.IPInterface(default=<marshmallow.missing>, attribute=None, validate=None, required=False, load_only=False, dump_only=False, missing=<marshmallow.missing>, allow_none=False, error_messages={'required': 'Missing data for required field.', 'null': 'Field may not be null.', 'validator_failed': 'Invalid value.', 'invalid_ip_interface': 'Not a valid IP interface.'})>
When will marshmallow-jsonschema (master) will support that new type?
Thank you.
The text was updated successfully, but these errors were encountered: