forked from phoenix/litellm-mirror
(ci/cd) install correct pydantic
This commit is contained in:
parent
0ebd0653c5
commit
256f269ffd
2 changed files with 1 additions and 1 deletions
|
@ -37,6 +37,7 @@ jobs:
|
||||||
pip install traceloop-sdk==0.0.69
|
pip install traceloop-sdk==0.0.69
|
||||||
pip install openai
|
pip install openai
|
||||||
pip install prisma
|
pip install prisma
|
||||||
|
pip install "pydantic==2.5.3"
|
||||||
- save_cache:
|
- save_cache:
|
||||||
paths:
|
paths:
|
||||||
- ./venv
|
- ./venv
|
||||||
|
|
|
@ -9,5 +9,4 @@ redis
|
||||||
anthropic
|
anthropic
|
||||||
boto3
|
boto3
|
||||||
orjson
|
orjson
|
||||||
pydantic
|
|
||||||
google-cloud-aiplatform
|
google-cloud-aiplatform
|
Loading…
Add table
Add a link
Reference in a new issue