Update python-multipart to newer version (#22821)

* update python mltipart to newer version

* update python version in workflow

* update

* update version

* update
This commit is contained in:
William Cheng
2026-01-27 12:38:38 +08:00
committed by GitHub
parent ad948aa093
commit 73a486a726
3 changed files with 3 additions and 3 deletions

View File

@@ -21,7 +21,7 @@ jobs:
- uses: actions/checkout@v5
- uses: actions/setup-python@v6
with:
python-version: '3.9'
python-version: '3.10'
- name: Install dependencies
working-directory: ${{ matrix.sample }}
run: |