mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-07-23 00:42:28 +00:00
7 lines
238 B
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.
|