haystack/releasenotes/notes/improve-callables-serde-6aa1e23408063247.yaml
2025-01-08 11:28:00 +01:00

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.