AllenNeuralDynamics / aind-metadata-service

Service to retrieve Labtracks/Sharepoint info using a REST API
MIT License
3 stars 1 forks source link

Remove Pickling #256

Closed mekhlakapoor closed 2 months ago

mekhlakapoor commented 2 months ago

Describe the bug The pickling functionality is not being used by any users right now, and it's breaking now due to latest aind-data-schema-models change. Now that models are being generated dynamically, it's unable to deserialize some models.

Go ahead and remove pickling