aws-samples/amazon-textract-response-parser

Upgrade marshmallow to >3.18.0

mronus opened this issue · 1 comments

Because marshmallow@3.14.1 is a hard requirement, this parser library doesn't work with marshmallow > 3.14.1 managed by poetry. If there is no blocker, can you please upgrade marshmallow dependency to 3.18.0, which introduces Enum support, at least?

fixed