mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-12-28 07:29:06 +00:00
7 lines
243 B
YAML
7 lines
243 B
YAML
---
|
|
enhancements:
|
|
- |
|
|
Improve serialization and deserialization of callables.
|
|
We now allow serialization of classmethods and staticmethods
|
|
and explicitly prohibit serialization of instance methods, lambdas, and nested functions.
|