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
{{ message }}
This repository was archived by the owner on Feb 6, 2025. It is now read-only.
I already debugged the code and found the root of the problem. By setting a breakpoint at the yield, I saw that my json was lacking of the personalized boolean that is required in the StandupBase class.
I'm not familiar with pydantic, but I think it should be quite easy to fix this.
What is the personalized value used for anyway? Do you have any idea when it is present or not?
It might be because I didn't create the standup myself.