Open fspv opened 3 years ago
I have tested it against the master
branch. The generated code includes the changes from https://github.com/OpenAPITools/openapi-generator/commit/9464999d9c799ff9eb723886206ea98b7222032d
And it still doesn't work. So this is a different issue.
Hi, did you ever find a solution/workaround to this? I'm running into the same issue unfortunately.
Hi @JHthe4, I didn't. I gave up in the end and still using a swagger generator.
Alright :/, thanks for letting me know.
Bug Report Checklist
Description
Can't unpickle pickled model in python. On unpickling it throws a
KeyError
. Expect it to be unpickled correctly.openapi-generator version
5.2.1
OpenAPI declaration file content or url
Generation Details
Something like that. So pretty much regular generation
Steps to reproduce
I see the same behavior in the real project as well.
Related issues/PRs
Looks like there is something similar going on here https://github.com/OpenAPITools/openapi-generator/issues/9669
However not sure it is fixable the same way, so file a bug anyway.
Suggest a fix