Incompatible with marshmallow==3.0.0rc9
LukeMarlin opened this issue · 4 comments
marshmallow-jsonschema
works fine with marshmallow<=3.0.0rc8
, however, due to the removal of marshmallow.fields.LocalDateTime as noted in the changelog, this line now fails:
As a side note, Schema.dump() now returns data directly, it's no longer a tuple, meaning that your examples won't work anymore after the next release
I'm not sure if it's ok for me to open the issue as this is a future release, but I wanted to let you know before it happens (and it seems it's going to be soon 👍 )
Thanks for the heads up! We're supporting both versions 2 & 3 for awhile (what does that remind you of?? 😆)
While #90 has been merged, it is not present in v0.7.0 on pypi although it is in a newer commit on github.
Could you package the actual master version?
Also, would you consider doing the packaging automatically from master from now on? That would be better for your users as currently, we have no idea what's on pypi compared to the source
@fuhrysteve
Just pinging, since I'm replying to a closed issue, I'm not sure you got the notification before.
Hi @LukeMarlin ! thank you for keeping on top of it for me. I just pushed up the latest master as 0.8.0
Please let me know if you have any other issues!