Normalize OpenAI SDK BaseModel choices/messages to avoid Pydantic serializer warnings (#18972)

* Normalize BaseModel choices + suppress serializer warnings

* Fix ModelResponse normalization and test deps
This commit is contained in:
Matthias Humt
2026-01-13 23:10:11 +01:00
committed by GitHub
parent cbb72045a3
commit 9adc19deab
6 changed files with 102 additions and 8 deletions
+1
View File
@@ -35,6 +35,7 @@ jobs:
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.18"
poetry run pip install "openapi-core"
- name: Setup litellm-enterprise as local package
run: |
cd enterprise