/ releasenotes / notes / fix-classifier-extractor-inplace-change-8a59fe68a1b87e4b.yaml
fix-classifier-extractor-inplace-change-8a59fe68a1b87e4b.yaml
1  ---
2  fixes:
3    - |
4      Prevented in-place mutation of input `Document` objects in all `Extractor` and `Classifier` components
5      by creating copies with `dataclasses.replace` before processing.