Skip to content

Commit a0cce23

Browse files
committed
update
1 parent a8257fc commit a0cce23

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/samples-python-fastapi-server.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- uses: actions/checkout@v5
2222
- uses: actions/setup-python@v6
2323
with:
24-
python-version: '3.9'
24+
python-version: '3.10'
2525
- name: Install dependencies
2626
working-directory: ${{ matrix.sample }}
2727
run: |

.github/workflows/samples-python-server.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- uses: actions/checkout@v5
2222
- uses: actions/setup-python@v6
2323
with:
24-
python-version: '3.11'
24+
python-version: '3.9'
2525
- name: Test
2626
working-directory: ${{ matrix.sample }}
2727
run: make test-all

modules/openapi-generator/src/main/resources/python-fastapi/requirements.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ orjson==3.9.15
2222
promise==2.3
2323
pydantic>=2
2424
python-dotenv==0.17.1
25-
python-multipart==0.0.21
25+
python-multipart==0.0.22
2626
PyYAML>=5.4.1,<6.1.0
2727
requests==2.32.4
2828
Rx==1.6.1

samples/server/petstore/python-fastapi/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ orjson==3.9.15
2222
promise==2.3
2323
pydantic>=2
2424
python-dotenv==0.17.1
25-
python-multipart==0.0.21
25+
python-multipart==0.0.22
2626
PyYAML>=5.4.1,<6.1.0
2727
requests==2.32.4
2828
Rx==1.6.1

0 commit comments

Comments
 (0)