-
-
Notifications
You must be signed in to change notification settings - Fork 135
Bug in version 0.13.3 #219
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
thanks for reporting the bug. Can you give me more details? Example? |
@p1c2u |
Okay but how your request object look like? How you create request object? Which integration you use? |
I am integrating with starlette. |
The library has no integration with starlette 🤔 You should file a bug to author of the integration library. |
I am using openapi_core like this, this works fine with openapi_core version 0.13.2 but got the above exception in version 0.13.3, my request look like this, |
@sarangsbabu367 |
@p1c2u Can you please explain how openapi-core wants the request, Previusly i was giving headers, cookies, path, queries as a dictionary inside parameters. Now it is not working, the probem is when i changed this to a Line |
Issue was with my request structure to openapi_core, when i changed to the format OpenAPIRequest. issue was solved, sorry for wasting your time @p1c2u |
7e920f8#r37808923
The text was updated successfully, but these errors were encountered: