Skip to content

Commit 566935f

Browse files
lucasgomidemplachtalorenzejay
authored
upgrade liteLLM to latest version (#2684)
* build(litellm): upgrade LiteLLM to latest version * fix: update filtered logs from LiteLLM * Fix for a missing backtick --------- Co-authored-by: Mike Plachta <mike@crewai.com> Co-authored-by: Lorenze Jay <63378463+lorenzejay@users.noreply.github.com>
1 parent 3a66746 commit 566935f

File tree

3 files changed

+2238
-2238
lines changed

3 files changed

+2238
-2238
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ dependencies = [
1111
# Core Dependencies
1212
"pydantic>=2.4.2",
1313
"openai>=1.13.3",
14-
"litellm==1.60.2",
14+
"litellm==1.67.2",
1515
"instructor>=1.3.3",
1616
# Text Processing
1717
"pdfplumber>=0.11.4",

src/crewai/llm.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ def write(self, s) -> int:
6565
if (
6666
"Give Feedback / Get Help: https://github.com/BerriAI/litellm/issues/new"
6767
in s
68-
or "LiteLLM.Info: If you need to debug this error, use `litellm.set_verbose=True`"
68+
or "LiteLLM.Info: If you need to debug this error, use `litellm._turn_on_debug()`"
6969
in s
7070
):
7171
return 0

0 commit comments

Comments
 (0)