Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove default suffix in GenericModel class
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.
- Loading branch information