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
Also look into making extra fields fail Pydantic validation. The thought here is to make classes in ApplicationData.py actually match up with what is sent. Currently, you can add any number of fields to any class in ApplicationData.py and Pydantic will allow it.
The text was updated successfully, but these errors were encountered:
Also look into making extra fields fail Pydantic validation. The thought here is to make classes in
ApplicationData.py
actually match up with what is sent. Currently, you can add any number of fields to any class inApplicationData.py
and Pydantic will allow it.The text was updated successfully, but these errors were encountered: