haystack/releasenotes/notes/pipeline-same-input-ref-different-components-68d74cb17b35f8db.yaml
Stefano Fiorucci 3f85a63468
fix: deepcopy the inputs of components (#6987)
* deepcopy inputs

* reno

* simplify test
2024-02-16 17:07:52 +01:00

6 lines
234 B
YAML

---
fixes:
- |
Previously, when using the same input reference in different components, the Pipeline run logic had an
unexpected behavior. This has been fixed by deepcopying the inputs before passing them to the components.