Skip to content

Commit 608f1c0

Browse files
authored
lowered lower bound of litellm to 1.57.3 (#365)
* lowered lower bound of litellm to 1.57.3
1 parent 1fcef76 commit 608f1c0

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.59.6,<1.59.9",
15+
"litellm>=1.57.3,<1.59.9",
1616
"termcolor~=2.0",
1717
"ipython~=8.0",
1818
]

0 commit comments

Comments
 (0)