Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(serialization): set exclude_unset to False by default
If set to True it means that any non-null default values created through omission will not be serialized into JSON/YAML. This is problematic if we are using default values that can be manually overriden but don't need to be specified explicitely most of the time.
- Loading branch information