Commit graph

4 commits

Author SHA1 Message Date
Alexandr Artemyev
d624ee8730
Better already migrated detection (#588) 2024-09-17 14:59:11 +05:00
ivan-klass
5e221a855b
More safe suppress of pickle-to-json data migration (#578) 2024-09-03 08:48:37 -05:00
Felipe Gonzalez
cf838ab28a
fix: Fixed _pickle.UnpicklingError (#576)
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.
2024-08-31 09:31:21 -05:00
Alexandr Artemyev
3640eb228a
Replace pickle with JSON (#564)
* Replace pickle with JSON

Co-authored-by: Ivan Klass <klass.ivanklass@gmail.com>
2024-08-20 09:35:27 -05:00