You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In some combinations of Python/Celery/Pydantic versions this would lead to:
_pickle.PicklingError: Can't pickle <class 'galaxy.schema.notifications.NotificationRecipientsIncoming'>: attribute lookup NotificationRecipientsIncoming on galaxy.schema.notifications failed
This is because the NotificationRecipientsIncoming dynamic model is not yet available in the module.
Removing the `Incoming` prefix will match the existing NotificationRecipients alias which is explicitly defined in the notifications module.
0 commit comments