I tried using a common dispatch handler, but I think custom mypy handling of this class was breaking dispatch, and the forward reference tests were failing. Open to suggestions.
Hello, I'm looking to use kw_only with the decorator marshmallow_dataclass, this is a very old PR, do you intend to add support for this? Maybe it's already supported?
Hello, I'm looking to use kw_only with the decorator marshmallow_dataclass, this is a very old PR, do you intend to add support for this? Maybe it's already supported?
I made a new PR, very similar to this. Hoping to get this revived 🤞 @antoine-chopin
Add (new in 3.10) arguments to
@dataclass
Similar to #204 , with sys.version_info guarding.
I tried using a common dispatch handler, but I think custom mypy handling of this class was breaking dispatch, and the forward reference tests were failing. Open to suggestions.