Add together dep to unit tests as well

This commit is contained in:
Ben Browning 2025-07-11 13:10:55 -04:00
parent 03e07f1236
commit 9b82ac7376
2 changed files with 68 additions and 0 deletions

View file

@ -88,6 +88,7 @@ unit = [
"faiss-cpu",
"pymilvus>=2.5.12",
"litellm",
"together",
]
# 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