mirror of
https://github.com/deepset-ai/haystack.git
synced 2026-02-06 23:12:43 +00:00
* fix: more informative error message when two components connect * chore: releasenote * fix: (PipelineBase.connect) disable C901 complexity check using noqa * fix: (PipelineBase:connect) provided two exceptions: when is not defined && is not defined * test: added tests for the related issues * Update haystack/core/pipeline/base.py --------- Co-authored-by: Sebastian Husch Lee <10526848+sjrl@users.noreply.github.com>