From e3a60ba5326f2668a16ad89361976565f8b17e3d Mon Sep 17 00:00:00 2001 From: Danny Avila Date: Thu, 12 Feb 2026 17:43:43 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=20chore:=20@librechat/agents=20to?= =?UTF-8?q?=20v3.1.41=20(#11759)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/package.json | 2 +- package-lock.json | 12 ++++++------ packages/api/package.json | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/api/package.json b/api/package.json index 4e3f882a91..05755c6020 100644 --- a/api/package.json +++ b/api/package.json @@ -44,7 +44,7 @@ "@google/genai": "^1.19.0", "@keyv/redis": "^4.3.3", "@langchain/core": "^0.3.80", - "@librechat/agents": "^3.1.40", + "@librechat/agents": "^3.1.41", "@librechat/api": "*", "@librechat/data-schemas": "*", "@microsoft/microsoft-graph-client": "^3.0.7", diff --git a/package-lock.json b/package-lock.json index b2a8eb9930..29c38184e2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -58,7 +58,7 @@ "@google/genai": "^1.19.0", "@keyv/redis": "^4.3.3", "@langchain/core": "^0.3.80", - "@librechat/agents": "^3.1.40", + "@librechat/agents": "^3.1.41", "@librechat/api": "*", "@librechat/data-schemas": "*", "@microsoft/microsoft-graph-client": "^3.0.7", @@ -11207,9 +11207,9 @@ } }, "node_modules/@librechat/agents": { - "version": "3.1.40", - "resolved": "https://registry.npmjs.org/@librechat/agents/-/agents-3.1.40.tgz", - "integrity": "sha512-L7caKWIQ7z/lMgASc7MscnH7oqVG0pYTuU4nn6GEr8QIG+oH2ow+q1+xXDJADHS84Zysj93i/tIeuEZrBYrabA==", + "version": "3.1.41", + "resolved": "https://registry.npmjs.org/@librechat/agents/-/agents-3.1.41.tgz", + "integrity": "sha512-djdJOGv8GxiI3vRyJZ5MoN8Gy3ZzfSTPOuWtqXLO0MzUkyQB32FqiM3YmtAjBbHLu0CSoOgkE8VVubQsOZauWQ==", "license": "MIT", "dependencies": { "@anthropic-ai/sdk": "^0.73.0", @@ -11229,7 +11229,7 @@ "@langfuse/otel": "^4.3.0", "@langfuse/tracing": "^4.3.0", "@opentelemetry/sdk-node": "^0.207.0", - "axios": "^1.12.1", + "axios": "^1.13.5", "cheerio": "^1.0.0", "dotenv": "^16.4.7", "https-proxy-agent": "^7.0.6", @@ -42102,7 +42102,7 @@ "@google/genai": "^1.19.0", "@keyv/redis": "^4.3.3", "@langchain/core": "^0.3.80", - "@librechat/agents": "^3.1.40", + "@librechat/agents": "^3.1.41", "@librechat/data-schemas": "*", "@modelcontextprotocol/sdk": "^1.26.0", "@smithy/node-http-handler": "^4.4.5", diff --git a/packages/api/package.json b/packages/api/package.json index 037e1949d8..cc0b67d0ee 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -87,7 +87,7 @@ "@google/genai": "^1.19.0", "@keyv/redis": "^4.3.3", "@langchain/core": "^0.3.80", - "@librechat/agents": "^3.1.40", + "@librechat/agents": "^3.1.41", "@librechat/data-schemas": "*", "@modelcontextprotocol/sdk": "^1.26.0", "@smithy/node-http-handler": "^4.4.5",