haystack/releasenotes/notes/make-from-dict-more-robust-for-conditionalrouter-c6ed6f841ad8e58d.yaml
ArzelaAscoIi 720e54970f
fix: make from dict conditional router more resilient (#8343)
* fix: make from dict conditional router more resilient

* refactor: remove

* dos: add release notes

* fix: format
2024-09-09 15:11:52 +02:00

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`