diff --git a/gen/openapi_server/models/patch_notes.py b/gen/openapi_server/models/patch_notes.py index a624266..af47bab 100644 --- a/gen/openapi_server/models/patch_notes.py +++ b/gen/openapi_server/models/patch_notes.py @@ -33,7 +33,7 @@ class PatchNotes(Model): 'title': str, 'changes': str, 'version': str, - 'patch_date': date, + 'patch_date': str, 'project': str }