haystack/releasenotes/notes/use-importlib-when-deserializing-callable-1f36f07c4518c2cf.yaml

7 lines
238 B
YAML

---
enhancements:
- |
Improved deserialization of callables by using `importlib` instead of `sys.modules`.
This change allows importing local functions and classes that are not in `sys.modules`
when deserializing callables.