-
Notifications
You must be signed in to change notification settings - Fork 164
Closed
Description
Setup:
The API I'm working with uses Connexion and Pydantic as return wrapper for type safety.
Problem:
Connexion can handle pydantic classes and is able to parse them into a proper response. I.e. that a normal response could be a single pydantic dataclass object even without any status code. (https://pydantic-docs.helpmanual.io/usage/dataclasses/)
As soon as I use a decorator on such an endpoint the response is 500.
It would be really appreciated if this behavior could be deactivated somehow.
response = make_response(response) |
Metadata
Metadata
Assignees
Labels
No labels