Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

upgrade litellm 1.52.8 for Snyk #360

Merged
merged 13 commits into from
Nov 20, 2024
Merged
Prev Previous commit
Next Next commit
ignore test_magentic_perplexity.py
wenzhe-log10 committed Nov 20, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit c17d0cf481c97307c5bb66924954839734dafbbf
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -132,7 +132,7 @@ jobs:

if $empty_inputs; then
echo "All variables are empty"
poetry run pytest -vv tests/ --ignore=tests/test_cli.py --ignore=tests/test_litellm.py
poetry run pytest -vv tests/ --ignore=tests/test_cli.py --ignore=tests/test_litellm.py --ignore=tests/test_magentic_perplexity.py
poetry run pytest -vv tests/test_litellm.py
poetry run pytest --llm_provider=anthropic -vv tests/test_magentic.py
# poetry run pytest tests/test_magentic_perplexity.py -vv
@@ -142,6 +142,6 @@ jobs:
if: ${{ github.event_name == 'schedule' }}
run: |
echo "This is a schedule event"
poetry run pytest -vv tests/ --ignore=tests/test_cli.py
poetry run pytest -vv tests/ --ignore=tests/test_cli.py --ignore=tests/test_litellm.py --ignore=tests/test_magentic_perplexity.py
poetry run pytest --openai_model=gpt-4o -m chat -vv tests/test_openai.py
poetry run pytest tests/test_magentic_perplexity.py -vv