Skip to content

Commit 4f1613b

Browse files
committed
fix: allow more recent versions of litellm
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]>
1 parent bc0fdd4 commit 4f1613b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ dependencies = [
1212
"jinja2~=3.0",
1313
"PyYAML~=6.0",
1414
"jsonschema~=4.0",
15-
"litellm>=1.57.3,<1.59.9",
15+
"litellm>=1.57.3,!=1.59.9",
1616
"termcolor~=2.0",
1717
"ipython~=8.0",
1818
"json-repair~=0.35",

0 commit comments

Comments
 (0)