-
-
Notifications
You must be signed in to change notification settings - Fork 132
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
[Bug]: extra_format_unmarshallers get lost when instantiating V31RequestUnmarshaller #821
Comments
That seems to be the problem. Any thoughts on when this will be released? |
Hello, I encountered the same issue with V30RequestUnmarshaller integrated in django framework. I only need to unmarshal the request data, so I did not test the response unmarshaller. Allow me to reuse the statement of @claeyswo, modified with my situation. Actual Behavior Expected Behavior Steps to Reproduce
The above code snippet returns where the index.yaml is the following:
OpenAPI Core Version OpenAPI Core Integration |
Fixed with #802 |
Actual Behavior
I'm trying to instantiate a V31RequestUnmarshaller with extra_format_unmarshallers. Sometime during the initialization process however they get overwritten with None. No problem for the V31ResponseUnmarshaller
Expected Behavior
That the extra_format_unmarshallers dict is equal to the one I provide.
Steps to Reproduce
Output:
OpenAPI Core Version
0.19.0
OpenAPI Core Integration
pyramid_openapi3
Affected Area(s)
No response
References
No response
Anything else we need to know?
No response
Would you like to implement a fix?
None
The text was updated successfully, but these errors were encountered: