forked from phoenix/litellm-mirror
test: update build requirements
This commit is contained in:
parent
3605e873a1
commit
a2e792d32e
2 changed files with 2 additions and 2 deletions
|
@ -47,7 +47,7 @@ jobs:
|
||||||
pip install opentelemetry-api==1.25.0
|
pip install opentelemetry-api==1.25.0
|
||||||
pip install opentelemetry-sdk==1.25.0
|
pip install opentelemetry-sdk==1.25.0
|
||||||
pip install opentelemetry-exporter-otlp==1.25.0
|
pip install opentelemetry-exporter-otlp==1.25.0
|
||||||
pip install openai==1.34.0
|
pip install openai==1.40.0
|
||||||
pip install prisma==0.11.0
|
pip install prisma==0.11.0
|
||||||
pip install "detect_secrets==1.5.0"
|
pip install "detect_secrets==1.5.0"
|
||||||
pip install "httpx==0.24.1"
|
pip install "httpx==0.24.1"
|
||||||
|
|
|
@ -4092,7 +4092,7 @@ def test_completion_gemini(model):
|
||||||
if "InternalServerError" in str(e):
|
if "InternalServerError" in str(e):
|
||||||
pass
|
pass
|
||||||
else:
|
else:
|
||||||
pytest.fail(f"Error occurred: {e}")
|
pytest.fail(f"Error occurred:{e}")
|
||||||
|
|
||||||
|
|
||||||
# test_completion_gemini()
|
# test_completion_gemini()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue