Skip to content

Commit

Permalink
fix: upgrade python openapiclient version, fixes #9770 (#9840)
Browse files Browse the repository at this point in the history
Signed-off-by: Tianchu Zhao <[email protected]>
  • Loading branch information
tczhao committed Oct 21, 2022
1 parent 36646ef commit 6c432d2
Show file tree
Hide file tree
Showing 408 changed files with 6,629 additions and 5,674 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/ci-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,9 @@ jobs:
sudo find /usr/local/include -type f | xargs sudo chmod a+r
sudo find /usr/local/include -type d | xargs sudo chmod a+rx
ls /usr/local/include/google/protobuf/
- run: docker pull openapitools/openapi-generator-cli:v5.2.1 &
- run: |
docker pull openapitools/openapi-generator-cli:v5.4.0 &
docker pull openapitools/openapi-generator-cli:v5.2.1 &
- name: Create links
run: |
mkdir -p /home/runner/go/src/github.com/argoproj
Expand Down
2 changes: 1 addition & 1 deletion sdks/python/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ generate:
sed 's/io.k8s.apimachinery.pkg.apis.meta.v1.//' \
> $(WD)/swagger.json
cp ../../LICENSE $(WD)/LICENSE
$(DOCKER) openapitools/openapi-generator-cli:v5.2.1 \
$(DOCKER) openapitools/openapi-generator-cli:v5.4.0 \
generate \
--input-spec /wd/swagger.json \
--generator-name python \
Expand Down
1,073 changes: 572 additions & 501 deletions sdks/python/client/argo_workflows/api/archived_workflow_service_api.py

Large diffs are not rendered by default.

Loading

0 comments on commit 6c432d2

Please sign in to comment.