Skip to content

Change default behavior for pickle serialization #949

@davidmezzetti

Description

@davidmezzetti

#769 in v7.4.0 modified the behavior of txtai to remove remove Python-specific serialization (i.e. Pickle).

This change will remove the FutureWarning that was introduced and replace it with an error by default when pickle serialization is not directly enabled.

Pickle serialization can still be used with the ALLOW_PICKLE environment variable set to True.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions