We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Enum support was added by marshmallow v3.18.0: marshmallow-code/marshmallow@fa0ee03
Enum
marshmallow
EnumField from marshmallow-enum becomes unnecessary: justanr/marshmallow_enum#51
EnumField
marshmallow-enum
In fact, native support is necessary to generate OAS spec from marshmallow specs using apispec. This line does not support EnumField from marshmallow-enum, it wants Enum from marshmallow: https://github.com/marshmallow-code/apispec/blob/bd0d12f7b932369f718d1b222a68f1ddff399953/src/apispec/ext/marshmallow/field_converter.py#L512
apispec
Suporting Enum makes all pieces work togeter.
The text was updated successfully, but these errors were encountered:
Done via #227. Released, just now, in marshmallow-dataclass 8.5.11.
Sorry, something went wrong.
No branches or pull requests
Enum
support was added bymarshmallow
v3.18.0:marshmallow-code/marshmallow@fa0ee03
EnumField
frommarshmallow-enum
becomes unnecessary:justanr/marshmallow_enum#51
In fact, native support is necessary to generate OAS spec from marshmallow specs using
apispec
.This line does not support
EnumField
frommarshmallow-enum
, it wantsEnum
frommarshmallow
:https://github.com/marshmallow-code/apispec/blob/bd0d12f7b932369f718d1b222a68f1ddff399953/src/apispec/ext/marshmallow/field_converter.py#L512
Suporting
Enum
makes all pieces work togeter.The text was updated successfully, but these errors were encountered: