Skip to content

Commit

Permalink
fix: pin upper bound on litellm to prevent windows break (#6004)
Browse files Browse the repository at this point in the history
  • Loading branch information
axiomofjoy authored Jan 10, 2025
1 parent 4730298 commit abdd24f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ dev = [
"arize[AutoEmbeddings, LLM_Evaluation]",
"llama-index>=0.10.3",
"langchain>=0.0.334",
"litellm>=1.0.3",
"litellm>=1.0.3,<1.57.5", # windows compatibility broken on 1.57.5 (https://github.com/BerriAI/litellm/issues/7677)
"google-cloud-aiplatform>=1.3",
"anthropic",
"prometheus_client",
Expand Down
2 changes: 1 addition & 1 deletion requirements/unit-tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ asyncpg
grpc-interceptor[testing]
httpx
httpx-ws
litellm>=1.0.3
litellm>=1.0.3,<1.57.5
nest-asyncio # for executor testing
numpy
openai>=1.0.0
Expand Down

0 comments on commit abdd24f

Please sign in to comment.