Skip to content

Commit b769704

Browse files
committed
fix: avoid litellm 1.59.9 for now
BerriAI/litellm#8081 Signed-off-by: Nick Mitchell <[email protected]>
1 parent beef11f commit b769704

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

0 commit comments

Comments
 (0)