From b6cfe6272416e4f30d7fdbca48882c51ae49c3d5 Mon Sep 17 00:00:00 2001 From: justinbaer Date: Mon, 26 May 2025 16:53:50 +0200 Subject: [PATCH] patch_notes.py changes --- gen/openapi_server/models/patch_notes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }