mirror of
https://github.com/deepset-ai/haystack.git
synced 2026-01-03 10:38:13 +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.
|