fix: Upgrade Langchain dependencies to address LiteLLM issue and Gemma Models not supporting images (#19299)

This commit is contained in:
Mutasem Aldmour
2025-09-09 09:56:30 +02:00
committed by GitHub
parent e054fc71cd
commit e87344d97d
2 changed files with 20 additions and 20 deletions

View File

@@ -177,7 +177,7 @@
"@langchain/cohere": "0.3.4",
"@langchain/community": "catalog:",
"@langchain/core": "catalog:",
"@langchain/google-genai": "0.2.13",
"@langchain/google-genai": "0.2.17",
"@langchain/google-vertexai": "0.2.13",
"@langchain/groq": "0.2.3",
"@langchain/mistralai": "0.2.1",
@@ -214,7 +214,7 @@
"ignore": "^5.2.0",
"js-tiktoken": "^1.0.12",
"jsdom": "23.0.1",
"langchain": "0.3.30",
"langchain": "0.3.33",
"lodash": "catalog:",
"mammoth": "1.7.2",
"mime-types": "2.1.35",