forked from phoenix/litellm-mirror
(ci/cd) pin anyio / async dependencies
This commit is contained in:
parent
3bb49447bc
commit
41bfd43a48
2 changed files with 6 additions and 3 deletions
|
@ -25,8 +25,8 @@ jobs:
|
||||||
command: |
|
command: |
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
python -m pip install -r .circleci/requirements.txt
|
python -m pip install -r .circleci/requirements.txt
|
||||||
pip install pytest
|
pip install "pytest==7.3.1"
|
||||||
pip install pytest-asyncio
|
pip install "pytest-asyncio==0.21.1"
|
||||||
pip install mypy
|
pip install mypy
|
||||||
pip install "google-generativeai>=0.3.2"
|
pip install "google-generativeai>=0.3.2"
|
||||||
pip install "google-cloud-aiplatform>=1.38.0"
|
pip install "google-cloud-aiplatform>=1.38.0"
|
||||||
|
@ -37,6 +37,9 @@ 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 "httpx==0.24.1"
|
||||||
|
pip install "anyio==3.7.1"
|
||||||
|
pip install "asyncio==3.4.3"
|
||||||
- save_cache:
|
- save_cache:
|
||||||
paths:
|
paths:
|
||||||
- ./venv
|
- ./venv
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue