diff --git a/api/package.json b/api/package.json index f54862423e..1fe8cff2fc 100644 --- a/api/package.json +++ b/api/package.json @@ -48,7 +48,7 @@ "@langchain/google-genai": "^0.2.13", "@langchain/google-vertexai": "^0.2.13", "@langchain/textsplitters": "^0.1.0", - "@librechat/agents": "^2.4.50", + "@librechat/agents": "^2.4.51", "@librechat/api": "*", "@librechat/data-schemas": "*", "@node-saml/passport-saml": "^5.0.0", diff --git a/package-lock.json b/package-lock.json index 6d5c1e6dc8..c5659edb9b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -64,7 +64,7 @@ "@langchain/google-genai": "^0.2.13", "@langchain/google-vertexai": "^0.2.13", "@langchain/textsplitters": "^0.1.0", - "@librechat/agents": "^2.4.50", + "@librechat/agents": "^2.4.51", "@librechat/api": "*", "@librechat/data-schemas": "*", "@node-saml/passport-saml": "^5.0.0", @@ -1314,9 +1314,9 @@ } }, "api/node_modules/@langchain/openai": { - "version": "0.5.14", - "resolved": "https://registry.npmjs.org/@langchain/openai/-/openai-0.5.14.tgz", - "integrity": "sha512-0GEj5K/qi1MRuZ4nE7NvyI4jTG+RSewLZqsExUwRukWdeqmkPNHGrogTa5ZDt7eaJxAaY7EgLC5ZnvCM3L1oug==", + "version": "0.5.16", + "resolved": "https://registry.npmjs.org/@langchain/openai/-/openai-0.5.16.tgz", + "integrity": "sha512-TqzPE3PM0bMkQi53qs8vCFkwaEp3VgwGw+s1e8Nas5ICCZZtc2XqcDPz4hf2gpo1k7/AZd6HuPlAsDy6wye9Qw==", "license": "MIT", "dependencies": { "js-tiktoken": "^1.0.12", @@ -18831,9 +18831,9 @@ } }, "node_modules/@langchain/core": { - "version": "0.3.60", - "resolved": "https://registry.npmjs.org/@langchain/core/-/core-0.3.60.tgz", - "integrity": "sha512-FlUjO7ovGnaKcb2JPmw5ajPaZj18LVjh/vAURtdzzFy4UsYBLv/5Y3HJQ2KgDdrl6sW/UyfG0zWdnhZQ1A5eJw==", + "version": "0.3.62", + "resolved": "https://registry.npmjs.org/@langchain/core/-/core-0.3.62.tgz", + "integrity": "sha512-GqRTcoUPnozGRMUcA6QkP7LHL/OvanGdB51Jgb0w7IIPDI3wFugxMHZ4gphnGDtxsD1tQY5ykyEpYNxFK8kl1w==", "license": "MIT", "dependencies": { "@cfworker/json-schema": "^4.0.2", @@ -19436,22 +19436,22 @@ } }, "node_modules/@librechat/agents": { - "version": "2.4.50", - "resolved": "https://registry.npmjs.org/@librechat/agents/-/agents-2.4.50.tgz", - "integrity": "sha512-8yUndPTa5ctxGBqlzMcyBDi+c6lup37wtXXFJMyBcm2Bx4MhqrEOMdI3HRu/3CsYpRgC07wAK2AwZ593aGLWoA==", + "version": "2.4.51", + "resolved": "https://registry.npmjs.org/@librechat/agents/-/agents-2.4.51.tgz", + "integrity": "sha512-wmwas9/XvF+KSSez53iXx4f1yD4e2nDvqzv0kinGk9lbPIGIAOTCLKGOkS1lEHzSkKXUyGmYIzJFwaEqKm52fw==", "license": "MIT", "dependencies": { "@langchain/anthropic": "^0.3.23", "@langchain/aws": "^0.1.11", "@langchain/community": "^0.3.47", - "@langchain/core": "^0.3.60", + "@langchain/core": "^0.3.62", "@langchain/deepseek": "^0.0.2", "@langchain/google-genai": "^0.2.13", "@langchain/google-vertexai": "^0.2.13", "@langchain/langgraph": "^0.3.4", "@langchain/mistralai": "^0.2.1", "@langchain/ollama": "^0.2.3", - "@langchain/openai": "^0.5.14", + "@langchain/openai": "^0.5.16", "@langchain/xai": "^0.0.3", "cheerio": "^1.0.0", "dotenv": "^16.4.7", @@ -19988,9 +19988,9 @@ } }, "node_modules/@librechat/agents/node_modules/@langchain/openai": { - "version": "0.5.15", - "resolved": "https://registry.npmjs.org/@langchain/openai/-/openai-0.5.15.tgz", - "integrity": "sha512-ANadEHyAj5sufQpz+SOPpKbyoMcTLhnh8/d+afbSPUqWsIMPpEFX3HoSY3nrBPG6l4NQQNG5P5oHb4SdC8+YIg==", + "version": "0.5.16", + "resolved": "https://registry.npmjs.org/@langchain/openai/-/openai-0.5.16.tgz", + "integrity": "sha512-TqzPE3PM0bMkQi53qs8vCFkwaEp3VgwGw+s1e8Nas5ICCZZtc2XqcDPz4hf2gpo1k7/AZd6HuPlAsDy6wye9Qw==", "license": "MIT", "dependencies": { "js-tiktoken": "^1.0.12", @@ -46624,7 +46624,7 @@ "typescript": "^5.0.4" }, "peerDependencies": { - "@librechat/agents": "^2.4.50", + "@librechat/agents": "^2.4.51", "@librechat/data-schemas": "*", "@modelcontextprotocol/sdk": "^1.12.3", "axios": "^1.8.2", diff --git a/packages/api/package.json b/packages/api/package.json index 8275e35c9c..00695e5a3b 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -69,7 +69,7 @@ "registry": "https://registry.npmjs.org/" }, "peerDependencies": { - "@librechat/agents": "^2.4.50", + "@librechat/agents": "^2.4.51", "@librechat/data-schemas": "*", "@modelcontextprotocol/sdk": "^1.12.3", "axios": "^1.8.2",