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
Is there any (even hacky) way to use msgspec with file data (multipart/form-data)? I know that the documentation on request validation states that this currently only works with Pydantic types and validation. I also tried to use a mixed solution (file data with Pydantic + all the other endpoints with msgspec). Unfortunately, in such a case quart-schema tries to interpret all the data classes as Pydantic ones and raises erros because of the msgspec incompatibility.
The text was updated successfully, but these errors were encountered:
Is there any (even hacky) way to use msgspec with file data (multipart/form-data)? I know that the documentation on request validation states that this currently only works with Pydantic types and validation. I also tried to use a mixed solution (file data with Pydantic + all the other endpoints with msgspec). Unfortunately, in such a case quart-schema tries to interpret all the data classes as Pydantic ones and raises erros because of the msgspec incompatibility.
The text was updated successfully, but these errors were encountered: