mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-07-23 08:52:16 +00:00

* fix: make from dict conditional router more resilient * refactor: remove * dos: add release notes * fix: format
7 lines
244 B
YAML
7 lines
244 B
YAML
---
|
|
fixes:
|
|
- |
|
|
The `from_dict` method of `ConditionalRouter` now correctly handles
|
|
the case where the `dict` passed to it contains the key `custom_filters` explicitly
|
|
set to `None`. Previously this was causing an `AttributeError`
|