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
Btw since Pydantic schema generator does not mark fields with default or default_factory as required, there seems to be a simple workaround for the issue:
Renders to a required checkbox, so it always has to be "true" on submission!
workaround for now is to consider None as False. (so it makes checkbox optional), but that'd be cool to see this fixed :)
The text was updated successfully, but these errors were encountered: