-
Notifications
You must be signed in to change notification settings - Fork 119
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
Breaking swagger #23
Comments
Hello @lekhanhtoan37 It seems there is an issue because the like I am not sure of the proper solution as still I am checking the entire code base and trying to understand each portion of it. |
you can also add method to GenericUUID @classmethod
def __get_pydantic_core_schema__(cls, source_type: Any, handler: GetCoreSchemaHandler):
return handler.generate_schema(uuid.UUID) |
@andrei-samofalov thanks for the fix, your solution is now part of
|
Access path /docs with raise exception from
pydantic
The text was updated successfully, but these errors were encountered: