Skip to content

Commit

Permalink
WIP: Update python generator image
Browse files Browse the repository at this point in the history
[noissue]
  • Loading branch information
mdellweg committed Jun 28, 2024
1 parent 697993f commit 10309ba
Show file tree
Hide file tree
Showing 5 changed files with 167 additions and 340 deletions.
2 changes: 1 addition & 1 deletion gen-client.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ echo "Unnormalized Version: ${VERSION}"
VERSION="$(python3 -c "from packaging.version import Version; print(Version('${VERSION}'))")"
echo "Version: ${VERSION}"

OPENAPI_PYTHON_IMAGE="${OPENAPI_PYTHON_IMAGE:-docker.io/openapitools/openapi-generator-cli:v4.3.1}"
OPENAPI_PYTHON_IMAGE="${OPENAPI_PYTHON_IMAGE:-docker.io/openapitools/openapi-generator-cli:v7.6.0}"
OPENAPI_RUBY_IMAGE="${OPENAPI_RUBY_IMAGE:-docker.io/openapitools/openapi-generator-cli:v4.3.1}"
OPENAPI_TYPESCRIPT_IMAGE="${OPENAPI_TYPESCRIPT_IMAGE:-docker.io/openapitools/openapi-generator-cli:v5.2.1}"

Expand Down
260 changes: 0 additions & 260 deletions templates/python/api.mustache

This file was deleted.

Loading

0 comments on commit 10309ba

Please sign in to comment.