RootCauseunvalidated
`EmailNotificationSystem` extends `EmailNotification`, but also has it as a member. Tension: Pydantic fails saying all the fields inside the email_notification that I'm setting with `email=email_notification` are missing. Outcome: This probably isn't what you want here.
682484db-fff2-4913-887b-30aeeff6d4de
EmailNotificationSystem extends EmailNotification, but also has it as a member. Tension: Pydantic fails saying all the fields inside the email_notification that I'm setting with email=email_notification are missing. Outcome: This probably isn't what you want here.