Skip to content

Commit 6dc3316

Browse files
committed
update generator version
Signed-off-by: ふぁ <yuki@yuki0311.com>
1 parent 939e087 commit 6dc3316

642 files changed

Lines changed: 19124 additions & 10411 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

twitter_openapi_python_generated/.github/workflows/python.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
python -m pip install --upgrade pip
2727
pip install flake8 pytest
2828
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
29+
if [ -f test-requirements.txt ]; then pip install -r test-requirements.txt; fi
2930
- name: Lint with flake8
3031
run: |
3132
# stop the build if there are Python syntax errors or undefined names

twitter_openapi_python_generated/.gitlab-ci.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,10 @@ pytest-3.8:
2222
image: python:3.8-alpine
2323
pytest-3.9:
2424
extends: .pytest
25-
image: python:3.9-alpine
25+
image: python:3.9-alpine
26+
pytest-3.10:
27+
extends: .pytest
28+
image: python:3.10-alpine
29+
pytest-3.11:
30+
extends: .pytest
31+
image: python:3.11-alpine
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.0.0-SNAPSHOT
1+
7.2.0

twitter_openapi_python_generated/docs/AdditionalMediaInfo.md

Lines changed: 1 addition & 0 deletions

twitter_openapi_python_generated/docs/BirdwatchEntity.md

Lines changed: 1 addition & 0 deletions

twitter_openapi_python_generated/docs/BirdwatchEntityRef.md

Lines changed: 1 addition & 0 deletions

twitter_openapi_python_generated/docs/BirdwatchPivot.md

Lines changed: 1 addition & 0 deletions

twitter_openapi_python_generated/docs/BirdwatchPivotFooter.md

Lines changed: 1 addition & 0 deletions

twitter_openapi_python_generated/docs/BirdwatchPivotNote.md

Lines changed: 1 addition & 0 deletions

twitter_openapi_python_generated/docs/BirdwatchPivotSubtitle.md

Lines changed: 1 addition & 0 deletions

0 commit comments

Comments
 (0)