Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unsupported field type <fields.IPInterface> #154

Open
nusnuson opened this issue Jul 21, 2021 · 1 comment
Open

Unsupported field type <fields.IPInterface> #154

nusnuson opened this issue Jul 21, 2021 · 1 comment

Comments

@nusnuson
Copy link
Contributor

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.

@nusnuson
Copy link
Contributor Author

Opened a PR with the fix: #155

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant