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

* fix: `ComponentMeta.__call__` handles keyword- and positional-only parameters correctly * Update release note
5 lines
315 B
YAML
5 lines
315 B
YAML
---
|
|
fixes:
|
|
- |
|
|
Fix ComponentMeta ignoring keyword-only parameters in the `run` method. ComponentMeta.__call__ handles the creation of InputSockets for the component's inputs when the latter has not explicitly called _Component.set_input_types(). This logic was not correctly handling keyword-only parameters.
|