mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-07-23 08:52:16 +00:00
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.
|