Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix typing of Union._serialize parameter
This tracks a change in type of the `attr` parameter to `Field._serialize` made in marshmallow 3.18.0. Here we also switch to using keyword args to typeguard.check_type in an attempt to protect against upcoming [changes in its signature](https://typeguard.readthedocs.io/en/latest/api.html#typeguard.check_type).
- Loading branch information