Skip to content

Commit c3bc892

Browse files
authored
changed constraint for litellm dependency (#197)
Signed-off-by: Mandana Vaziri <[email protected]>
1 parent c2ccb10 commit c3bc892

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
@@ -13,7 +13,7 @@ dependencies = [
1313
"jinja2~=3.0",
1414
"PyYAML~=6.0",
1515
"jsonschema~=4.0",
16-
"litellm~=1.49",
16+
"litellm>=1.49,<1.51",
1717
"termcolor~=2.0",
1818
"ipython~=8.0",
1919
]

0 commit comments

Comments
 (0)