What is the problem with how it works today?
Pickle is in general not recommended for serialization due to security issues.
What would better look like?
Replaced with another serializer, like json.
How will we know it is done?
Anything else?
No response
What is the problem with how it works today?
Pickle is in general not recommended for serialization due to security issues.
What would better look like?
Replaced with another serializer, like
json.How will we know it is done?
pickleis no longer used in the project.Anything else?
No response