Emil Loer

Results 1 issues of Emil Loer

I'm getting deprecation warnings when using dataclasses-json with marshmallow 3.10.0. See the following backtrace. Looks like the problem is triggered by the `fields.Nested()` invocation. ``` /usr/local/lib/python3.8/site-packages/dataclasses_json/api.py:100: in schema Schema =...