Jérôme Lafréchoux

Results 373 comments of Jérôme Lafréchoux

Looking at it a little deeper with a marshmallow-sqlalchemy example, there might be side effects to consider. ```py class AutoSchema(SQLAlchemyAutoSchema): class Meta: include_fk = True # This is the part...

The issue and PR I pointed to are unfinished stuff. My point is that your question, if I understand it correctly, would be solved if the work on these was...

I don't mind such a breaking change in a major release. I don't find those aliases very useful and I like to have a single way to do things. For...

We generally have fields matching the deserialized type, with parameters to customize the serialized form. I guess there has not been much incentive to serialize lists as sets because -...

I think the context feature rework proposed in #1826 would solve this.

Maybe marshmallow 4 could go PY3.7+ and include marshmallow-dataclass?

I don't have any objection to this right away, assuming it is feasible without too much trouble. It could happen in `_bind_to_schema`. Anyone willing to work on this?