/ releasenotes / notes / remove-default-from-dict-reimplementation-2db4c32153c1e7af.yaml
remove-default-from-dict-reimplementation-2db4c32153c1e7af.yaml
1  ---
2  preview:
3    - |
4      Removed implementations of from_dict and to_dict from all components where they had the same effect as the default implementation from Canals: https://github.com/deepset-ai/canals/blob/main/canals/serialization.py#L12-L13 This refactoring does not change the behavior of the components.