haystack/releasenotes/notes/make-from-dict-more-robust-for-conditionalrouter-c6ed6f841ad8e58d.yaml

7 lines
244 B
YAML
Raw Normal View History

---
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`