From dbba72842feb0e18cf7ffbaef70349051cd48b32 Mon Sep 17 00:00:00 2001 From: William Cheng Date: Tue, 27 Jan 2026 12:39:53 +0800 Subject: [PATCH 1/3] update python server workflow to use v3.10 --- .github/workflows/samples-python-server.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/samples-python-server.yaml b/.github/workflows/samples-python-server.yaml index 92cd4e5b6b33..04181b40a11b 100644 --- a/.github/workflows/samples-python-server.yaml +++ b/.github/workflows/samples-python-server.yaml @@ -21,7 +21,7 @@ jobs: - uses: actions/checkout@v5 - uses: actions/setup-python@v6 with: - python-version: '3.9' + python-version: '3.10' - name: Test working-directory: ${{ matrix.sample }} run: make test-all From ea4d07da117d58934c183c051a2046c095eb0ae7 Mon Sep 17 00:00:00 2001 From: William Cheng Date: Tue, 27 Jan 2026 12:45:52 +0800 Subject: [PATCH 2/3] trigger build --- .../python-aiohttp-srclayout/.openapi-generator-ignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/samples/server/petstore/python-aiohttp-srclayout/.openapi-generator-ignore b/samples/server/petstore/python-aiohttp-srclayout/.openapi-generator-ignore index 7484ee590a38..c5b04829c20a 100644 --- a/samples/server/petstore/python-aiohttp-srclayout/.openapi-generator-ignore +++ b/samples/server/petstore/python-aiohttp-srclayout/.openapi-generator-ignore @@ -21,3 +21,6 @@ #docs/*.md # Then explicitly reverse the ignore rule for a single file: #!docs/README.md +# +# +# From 2199534829d17a45c708cd784332073eede33458 Mon Sep 17 00:00:00 2001 From: William Cheng Date: Tue, 27 Jan 2026 12:57:03 +0800 Subject: [PATCH 3/3] fix --- .../petstore/python-aiohttp-srclayout/dev-requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/samples/server/petstore/python-aiohttp-srclayout/dev-requirements.txt b/samples/server/petstore/python-aiohttp-srclayout/dev-requirements.txt index ccdfca629494..735bb85c596f 100644 --- a/samples/server/petstore/python-aiohttp-srclayout/dev-requirements.txt +++ b/samples/server/petstore/python-aiohttp-srclayout/dev-requirements.txt @@ -1,2 +1,3 @@ tox flake8 +pytest-aiohttp