mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-07-24 17:30:38 +00:00

* Fix Pipeline skipping a Component with Variadic input * Simplify _find_components_that_will_receive_no_input
5 lines
140 B
YAML
5 lines
140 B
YAML
---
|
|
fixes:
|
|
- |
|
|
Fix `Pipeline` not running Components with Variadic input even if it received inputs only from a subset of its senders
|