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>
This commit is contained in:
Lucas Gomide
2025-04-28 10:46:40 -03:00
committed by GitHub
parent 3a66746a99
commit 566935fb94
3 changed files with 2196 additions and 2196 deletions

View File

@@ -11,7 +11,7 @@ dependencies = [
# Core Dependencies
"pydantic>=2.4.2",
"openai>=1.13.3",
"litellm==1.60.2",
"litellm==1.67.2",
"instructor>=1.3.3",
# Text Processing
"pdfplumber>=0.11.4",