Unit tests need litellm now...

This commit is contained in:
Ben Browning 2025-07-11 10:29:00 -04:00
parent fa9e2dd543
commit 03e07f1236
2 changed files with 25 additions and 0 deletions

View file

@ -87,6 +87,7 @@ unit = [
"blobfile",
"faiss-cpu",
"pymilvus>=2.5.12",
"litellm",
]
# These are the core dependencies required for running integration tests. They are shared across all
# providers. If a provider requires additional dependencies, please add them to your environment