Skip to content

Commit

Permalink
fix: allow more recent versions of litellm
Browse files Browse the repository at this point in the history
They seem to have fixed the python 3.13 issues? Let's avoid the bad one: 1.59.9

Signed-off-by: Nick Mitchell <[email protected]>
  • Loading branch information
starpit committed Feb 10, 2025
1 parent bc0fdd4 commit 4f1613b
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.57.3,<1.59.9",
"litellm>=1.57.3,!=1.59.9",
"termcolor~=2.0",
"ipython~=8.0",
"json-repair~=0.35",
Expand Down

0 comments on commit 4f1613b

Please sign in to comment.