Skip to content

Commit 8769eb3

Browse files
committed
changed constraint for litellm dependency
Signed-off-by: Mandana Vaziri <[email protected]>
1 parent 2471ef7 commit 8769eb3

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)