mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-06-26 22:00:13 +00:00
6 lines
234 B
YAML
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.
|