Skip to content

Commit

Permalink
fix: avoid litellm 1.59.9 for now
Browse files Browse the repository at this point in the history
BerriAI/litellm#8081

Signed-off-by: Nick Mitchell <[email protected]>
  • Loading branch information
starpit committed Jan 29, 2025
1 parent beef11f commit b769704
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies = [
"jinja2~=3.0",
"PyYAML~=6.0",
"jsonschema~=4.0",
"litellm>=1.59.6",
"litellm>=1.59.6,<1.59.9",
"termcolor~=2.0",
"ipython~=8.0",
]
Expand Down

0 comments on commit b769704

Please sign in to comment.