pgjones / quart-schema

Quart-Schema is a Quart extension that provides schema validation and auto-generated API documentation.
MIT License
76 stars 24 forks source link

`redirect()` and response validation #43

Closed morganveyret closed 1 year ago

morganveyret commented 1 year ago

In a route where @validate_response has been used, calling redirect results in a ResponseSchemaValidationError. Since we can only use dataclass or BaseModel as the validation type this forces to disable validation to make the code work or am I missing something ?

pgjones commented 1 year ago

Fixed in b5c610ba89a93b260edbd6ffe68eac68e7574338