mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-07-23 00:42:28 +00:00

* Update Component protocol to fix some type checking issues * Add release notes * Fix logline in test * Fix run type definition
7 lines
302 B
YAML
7 lines
302 B
YAML
---
|
|
enhancements:
|
|
- |
|
|
Update `Component` protocol to fix type checking issues with some Language Servers.
|
|
Most Language Servers and some type checkers would show warnings when calling `Pipeline.add_component()`
|
|
as technically most `Component`s weren't respecting the protocol we defined.
|