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
There is a bug/problem with FastAPI, where it doesn't use model_validate_json() when passing model data as POST data. This causes domainType not to be validated in strict mode, when it is passed as str in a JSON.
There is a bug/problem with FastAPI, where it doesn't use
model_validate_json()
when passing model data as POST data. This causesdomainType
not to be validated in strict mode, when it is passed asstr
in a JSON.For now we applied the following workaround:
See also: fastapi/fastapi#9868
The text was updated successfully, but these errors were encountered: