-
Notifications
You must be signed in to change notification settings - Fork 47
Add support for extra_format_unmarshallers #231
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
This makes sense. Can you prepare a Pull Request with the required changes? |
Sure, while implementing the change I discovered what I believe is a bug in openapi-core so I'm waiting for a fix for that. |
claeyswo
added a commit
to claeyswo/pyramid_openapi3
that referenced
this issue
Apr 12, 2024
PR is ready: #235 |
claeyswo
added a commit
to claeyswo/pyramid_openapi3
that referenced
this issue
Apr 15, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There is already support for extra_format_validators and extra_media_type_deserializers:
pyramid_openapi3/pyramid_openapi3/__init__.py
Line 329 in ef0df8d
Is it possible to add similar support for extra_format_unmarshallers?
https://github.com/python-openapi/openapi-core/blob/32ce65739531eea90220aeabbee72096818b9d05/openapi_core/unmarshalling/request/unmarshallers.py#L121
For now we are doing it like this:
The text was updated successfully, but these errors were encountered: