Merge pull request #17308 from Chesars/fix/python-multipart-version-constraint

chore: update python-multipart constraint to >=0.0.18
This commit is contained in:
Cesar Garcia
2026-03-03 15:17:57 -03:00
committed by GitHub
6 changed files with 20 additions and 7 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ jobs:
poetry run pip install "google-genai==1.22.0"
poetry run pip install "google-cloud-aiplatform>=1.38"
poetry run pip install "fastapi-offline==1.7.3"
poetry run pip install "python-multipart==0.0.22"
poetry run pip install "python-multipart>=0.0.20"
poetry run pip install "openapi-core"
- name: Setup litellm-enterprise as local package
run: |