Skip to content

Commit de3da79

Browse files
committed
feat: Update to openapi-generator-cli v7.16.0
Signed-off-by: Paul Horton <[email protected]>
1 parent ef951c2 commit de3da79

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ concurrency:
1616
cancel-in-progress: true
1717

1818
env:
19-
OPEN_API_GENERATOR_VERSION: 'v7.13.0'
19+
OPEN_API_GENERATOR_VERSION: 'v7.16.0'
2020
PYTHON_VERSION_DEFAULT: '3.12'
21-
POETRY_VERSION: '1.8.1'
21+
POETRY_VERSION: '2.2.1'
2222

2323
jobs:
2424
generate-library-code:

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ concurrency:
1111
cancel-in-progress: true
1212

1313
env:
14-
OPEN_API_GENERATOR_VERSION: 'v7.13.0'
14+
OPEN_API_GENERATOR_VERSION: 'v7.16.0'
1515
PYTHON_VERSION_DEFAULT: '3.12'
16-
POETRY_VERSION: '1.8.1'
16+
POETRY_VERSION: '2.2.1'
1717
THIS_VERSION: $(echo "${{ github.ref_name }}" | cut -d 'v' -f2)
1818

1919
jobs:

0 commit comments

Comments
 (0)