You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The stack trace is not sufficient to replicate this issue and fix it. Can you please provide a simplified spec that demonstrates the problem to allow someone to fix this problem?
The reason one is unable to fix this problem is that the python interpreter is saying that the classes AnyTypeSchema, DeliveryPoint, frozendict conflict with eachother and have an inconsistent method resolution order. We as readers have no idea what the definition inside DeliveryPoint is, so we don't know what conflicts and what to fix.
This is probably happening because DeliveryPoint is a subclass of AnyTypeSchema, so AnyTypeSchema must be removed if another class is a subclass of it.
Bug Report Checklist
api call fails although I expect it to succeed
Description
python 3.10.1
openapi-generator version
git master 0bb08a7
OpenAPI declaration file content or url
Generation Details
openapi-generator-cli generate -g python-experimental -i <file>
Steps to reproduce
Api call fails at runtime. I can't disclose the api. I hope the stacktrace is sufficient to identify the issue.
The text was updated successfully, but these errors were encountered: