ruff format
The error indicates an issue with unpickling data during the migration process. Specifically, it raises an `_pickle.UnpicklingError` with the message "invalid load key, '{'." The data being loaded may be corrupted or not in the expected format.
* Replace pickle with JSON Co-authored-by: Ivan Klass <klass.ivanklass@gmail.com>