Closed devmitch closed 2 years ago
Minimal reproducible examples here
It seems that pydantic model fields that have the Optional type work - but if the query parameter is optional itself, it doesn't work and fails with a validation error.
ok, thanks for reporting. issue is in starlite not here. I added a fix for it.
Minimal reproducible examples here
It seems that pydantic model fields that have the Optional type work - but if the query parameter is optional itself, it doesn't work and fails with a validation error.