mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-12-25 22:18:39 +00:00
* fix: `PyPDFToDocument` correctly serializes custom converters, deprecate `DefaultConverter` * Remove `auto` prefix from serde util function names, add unit tests
8 lines
320 B
YAML
8 lines
320 B
YAML
---
|
|
deprecations:
|
|
- |
|
|
The `DefaultConverter` class used by the `PyPDFToDocument` component has been deprecated. Its functionality will be merged into the component in 2.7.0.
|
|
fixes:
|
|
- |
|
|
Fix the serialization of `PyPDFToDocument` component to prevent the default converter from being serialized unnecessarily.
|