Skip to content

Commit

Permalink
lowered lower bound of litellm to 1.57.3 (#365)
Browse files Browse the repository at this point in the history
* lowered lower bound of litellm to 1.57.3
  • Loading branch information
vazirim authored Feb 3, 2025
1 parent 1fcef76 commit 608f1c0
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,<1.59.9",
"litellm>=1.57.3,<1.59.9",
"termcolor~=2.0",
"ipython~=8.0",
]
Expand Down

0 comments on commit 608f1c0

Please # to comment.