build(LiteLLM): upgrade LiteLLM version

This commit is contained in:
Lucas Gomide
2025-05-05 17:51:08 -03:00
parent 946ffebdaa
commit 3bd47453f6
2 changed files with 5 additions and 5 deletions

View File

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