Skip to content

Commit

Permalink
chore(deps): Update open api generator in python sdk client to 7.4.0
Browse files Browse the repository at this point in the history
Signed-off-by: Yatin Gupta <yatingupta7777@gmail.com>
  • Loading branch information
YatinGupta777 committed Apr 1, 2024
1 parent 2e5fb3b commit b9a88dc
Show file tree
Hide file tree
Showing 1,192 changed files with 73,058 additions and 282,551 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ jobs:
ls /usr/local/include/google/protobuf/
- name: Pull OpenAPI Generator CLI Docker image
run: |
docker pull openapitools/openapi-generator-cli:v5.4.0 &
docker pull openapitools/openapi-generator-cli:v7.4.0 &
docker pull openapitools/openapi-generator-cli:v5.2.1 &
- name: Create symlinks
run: |
Expand Down
2 changes: 1 addition & 1 deletion sdks/python/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ else
sed 's/io.k8s.apimachinery.pkg.apis.meta.v1.//' \
> $(WD)/swagger.json
cp ../../LICENSE $(WD)/LICENSE
$(DOCKER) openapitools/openapi-generator-cli:v5.4.0 \
$(DOCKER) openapitools/openapi-generator-cli:v7.4.0 \
generate \
--input-spec /wd/swagger.json \
--generator-name python \
Expand Down
416 changes: 408 additions & 8 deletions sdks/python/client/argo_workflows/__init__.py

Large diffs are not rendered by default.

17 changes: 14 additions & 3 deletions sdks/python/client/argo_workflows/api/__init__.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit b9a88dc

Please sign in to comment.