Skip to content

Commit 98abfdf

Browse files
authored
block failing litellm 1.67.2 (#1179)
2 parents 3a09ba8 + 3511bca commit 98abfdf

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ dependencies = [
8383
"ecoji>=0.1.1",
8484
"deepl==1.17.0",
8585
"fschat>=0.2.36",
86-
"litellm>=1.41.21",
86+
"litellm>=1.41.21,!=1.67.2",
8787
"jsonpath-ng>=1.6.1",
8888
"huggingface_hub>=0.21.0",
8989
'python-magic-bin>=0.4.14; sys_platform == "win32"',

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ zalgolib>=0.2.2
2626
ecoji>=0.1.1
2727
deepl==1.17.0
2828
fschat>=0.2.36
29-
litellm>=1.41.21
29+
litellm>=1.41.21,!=1.67.2
3030
jsonpath-ng>=1.6.1
3131
huggingface_hub>=0.21.0
3232
python-magic-bin>=0.4.14; sys_platform == "win32"

0 commit comments

Comments
 (0)