Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork135
Open
Description
Actual Behavior
TypeError: StarletteOpenAPIMiddleware.init() got an unexpected keyword argument 'response_cls'
Expected Behavior
skip validating the response
Steps to Reproduce
app.add_middleware(FastAPIOpenAPIMiddleware, openapi=openapi, response_cls=None)
OpenAPI Core Version
0.19.5
OpenAPI Core Integration
0.19.5
Affected Area(s)
No response
References
No response
Anything else we need to know?
No response
Would you like to implement a fix?
None