mirror of
https://github.com/tiennm99/litellm.git
synced 2026-06-30 19:04:14 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user