Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-08-20 | 490 Bytes | |
v2.17.1 source code.tar.gz | 2025-08-20 | 6.9 MB | |
v2.17.1 source code.zip | 2025-08-20 | 7.6 MB | |
Totals: 3 Items | 14.4 MB | 11 |
Release Notes
v2.17.1
Bug Fixes
- Fixed the
from_dict
method ofMetadataRouter
so theoutput_type
parameter introduced in Haystack 2.17 is now optional when loading from YAML. This ensures compatibility with older Haystack pipelines. - In
OpenAIChatGenerator
, improved the logic to exclude unsupported custom tool calls. The previous implementation caused compatibility issues with the Mistral Haystack core integration, which extendsOpenAIChatGenerator
.