-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
fix: upgrade python openapiclient version, fixes #9770 #9840
fix: upgrade python openapiclient version, fixes #9770 #9840
Conversation
Signed-off-by: Tianchu Zhao <evantczhao@gmail.com>
Signed-off-by: Tianchu Zhao <evantczhao@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We may have a hard requirement on lower versions of the generator to work around a particular issue.
@flaviuvadan Could you help double-check?
docker pull openapitools/openapi-generator-cli:v5.4.0 & | ||
docker pull openapitools/openapi-generator-cli:v5.2.1 & |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why are we pulling two versions?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The python gen is upgraded to v5.4.0
Java gen is facing some issues in v5.4.0, unchanged for now, remain at 5.2.1
The Java version is having issues with |
…roj#9840) Signed-off-by: Tianchu Zhao <evantczhao@gmail.com> Signed-off-by: juchao <juchao@coscene.io>
Fixes #9770
related commit in openapi client cli
OpenAPITools/openapi-generator#11234
Had attempted to align the openapi version for java to the same as python
but meeting errors.
I'm extremely raw in java, would take quite some time to understand what's happening.
Maybe we can create an issue for that once this merged
Please do not open a pull request until you have checked ALL of these:
make pre-commit -B
to fix codegen and lint problems.If changes were requested, and you've made them, dismiss the review to get it reviewed again.