-
Notifications
You must be signed in to change notification settings - Fork 1k
Use OpenAPI generator #432
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
Conversation
| steps: | ||
| - uses: actions/checkout@v3 | ||
| with: | ||
| submodules: true |
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.
Note: Managing openapi repo as a submodule
| strategy: | ||
| matrix: | ||
| python-version: ['3.7', '3.8', '3.9', '3.10'] | ||
| python-version: ['3.7', '3.8', '3.9', '3.10', '3.11'] |
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.
Start supporting 3.11
3e72a68 to
ee5eefb
Compare
|
@louis70109 could you review this? |
|
@tokuhirom ok, let me check~ |
tokuhirom
left a comment
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.
LGTM~
|
Thank you for reviewing this change, @tokuhirom @louis70109 ! |
This reverts commit fe859ad.
This reverts commit fe859ad.
* REVERT-3 Revert "chore(deps): update dependency org.apache.maven.plugins:maven-surefire-plugin to v3 (#451)" This reverts commit a1203b9. * REVERT-3 Revert "chore(deps): update dependency org.apache.maven.plugins:maven-jar-plugin to v3 (#450)" This reverts commit e205a65. * REVERT-3 Revert "fix(deps): update dependency org.openapitools:openapi-generator to v6.6.0 (#449)" This reverts commit e3a1cae. * REVERT-3 Revert "fix(deps): update dependency ch.qos.logback:logback-classic to v1.4.8 (#446)" This reverts commit bc25f75. * REVERT-3 Revert "chore(deps): update dependency org.codehaus.mojo:build-helper-maven-plugin to v3.4.0 (#445)" This reverts commit 822f400. * REVERT-3 Revert "chore(deps): update dependency org.apache.maven.plugins:maven-surefire-plugin to v2.22.2 (#443)" This reverts commit 2b8d95e. * REVERT-3 Revert "chore(deps): update dependency org.apache.maven.plugins:maven-jar-plugin to v2.6 (#442)" This reverts commit c443a78. * REVERT-3 Revert "Modify README.rst to pass validation (#441)" This reverts commit 5e4078e. * REVERT-3 Revert "chore(deps): update dependency org.apache.maven.plugins:maven-enforcer-plugin to v3.3.0 (#440)" This reverts commit 1a4f0bf. * REVERT-3 Revert "chore(deps): update dependency org.apache.maven.plugins:maven-compiler-plugin to v3.11.0 (#439)" This reverts commit 89e00a7. * REVERT-3 Revert "Use OpenAPI generator (#432)" This reverts commit fe859ad. * REVERT-3 2.4.3
This pull request replaces all clients and models in line-bot-sdk-python with new ones generated by OpenApi generator.
PythonNextgenClientCodegen.javain https://github.com/OpenAPITools/openapi-generator. This pull request modifies it to customizediscriminator's behavior.There are some remaining tasks, but it's sufficient to replace because we easily update sdk more quickly than before, thanks to line-openapi and open api generator.
resolve #431