(ci/cd) pin anyio / async dependencies

This commit is contained in:
ishaan-jaff 2024-01-06 12:38:56 +05:30
parent 3bb49447bc
commit 41bfd43a48
2 changed files with 6 additions and 3 deletions

View file

@ -25,8 +25,8 @@ jobs:
command: |
python -m pip install --upgrade pip
python -m pip install -r .circleci/requirements.txt
pip install pytest
pip install pytest-asyncio
pip install "pytest==7.3.1"
pip install "pytest-asyncio==0.21.1"
pip install mypy
pip install "google-generativeai>=0.3.2"
pip install "google-cloud-aiplatform>=1.38.0"
@ -37,6 +37,9 @@ jobs:
pip install traceloop-sdk==0.0.69
pip install openai
pip install prisma
pip install "httpx==0.24.1"
pip install "anyio==3.7.1"
pip install "asyncio==3.4.3"
- save_cache:
paths:
- ./venv

View file

@ -739,7 +739,7 @@ def test_completion_openai_litellm_key():
pytest.fail(f"Error occurred: {e}")
# test_completion_openai_litellm_key()
# test_ completion_openai_litellm_key()
def test_completion_ollama_hosted():