fuhrysteve / marshmallow-jsonschema

JSON Schema Draft v7 (http://json-schema.org/) formatting with marshmallow
MIT License
209 stars 72 forks source link

Quick fix for marshmallow 3.x compatibility #90

Closed Stepland closed 5 years ago

Stepland commented 5 years ago

fields.LocalDateTime was removed in marshmallow 3.0.0rc9 (see link), I just changed it to fields.DateTime.

I'm not going to pretend like I thoroughly checked the implications thought ...

Fixes #84

coveralls commented 5 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling 2721b330b134044fa3aed5c65c14ef3ad84686d7 on Stepland:master into b29a8afd11d8eb7f0d34a8ad7de72cf102105a89 on fuhrysteve:master.

fuhrysteve commented 5 years ago

thx for the pull!

jgroth commented 5 years ago

Would it be possible to get a new release with this fix? I'm currently using version 0.7.0 with Marshmallow 3 and it doesn't work