mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-06-26 22:00:13 +00:00

* fix: Prevent the usage of `set_input_type(s)` when the `run` method doesn't have kwargs, raise if `set_input_type(s)` overrides `run` method parameters * fix: update components and tests * reno
6 lines
202 B
YAML
6 lines
202 B
YAML
---
|
|
fixes:
|
|
- |
|
|
Add constraints to `component.set_input_type` and `component.set_input_types` to prevent undefined behaviour
|
|
when the `run` method does not contain a variadic keyword argument.
|