From b06e741cb2876aec922a39288869f9c03b906912 Mon Sep 17 00:00:00 2001 From: Danny Avila Date: Sun, 15 Feb 2026 21:35:32 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=20chore:=20`@librechat/agents`=20t?= =?UTF-8?q?o=20v3.1.43=20(#11805)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/package.json | 2 +- package-lock.json | 10 +++++----- packages/api/package.json | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/api/package.json b/api/package.json index 95782e52c2..0c580d012e 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.42", + "@librechat/agents": "^3.1.43", "@librechat/api": "*", "@librechat/data-schemas": "*", "@microsoft/microsoft-graph-client": "^3.0.7", diff --git a/package-lock.json b/package-lock.json index a546ce1c10..0347688c3d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -59,7 +59,7 @@ "@google/genai": "^1.19.0", "@keyv/redis": "^4.3.3", "@langchain/core": "^0.3.80", - "@librechat/agents": "^3.1.42", + "@librechat/agents": "^3.1.43", "@librechat/api": "*", "@librechat/data-schemas": "*", "@microsoft/microsoft-graph-client": "^3.0.7", @@ -11208,9 +11208,9 @@ } }, "node_modules/@librechat/agents": { - "version": "3.1.42", - "resolved": "https://registry.npmjs.org/@librechat/agents/-/agents-3.1.42.tgz", - "integrity": "sha512-zD+b+EpKdvYRO0STkOTiY4UwKK1522aD0BwmUPto7YWk4YmAXBB3uvyGN9ulP3Zr+1vqvypq2ZPfTLTrpqampw==", + "version": "3.1.43", + "resolved": "https://registry.npmjs.org/@librechat/agents/-/agents-3.1.43.tgz", + "integrity": "sha512-KtcBA7b/63RfYAQwVVt3TNAcZHAfmHe8wLNnSjF9NTEXI1EETBHCqh9yuGicjwdIMXVQhi64qmLPDqEFoFr7ww==", "license": "MIT", "dependencies": { "@anthropic-ai/sdk": "^0.73.0", @@ -42205,7 +42205,7 @@ "@google/genai": "^1.19.0", "@keyv/redis": "^4.3.3", "@langchain/core": "^0.3.80", - "@librechat/agents": "^3.1.42", + "@librechat/agents": "^3.1.43", "@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 7de59d3ac1..6929d69544 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.42", + "@librechat/agents": "^3.1.43", "@librechat/data-schemas": "*", "@modelcontextprotocol/sdk": "^1.26.0", "@smithy/node-http-handler": "^4.4.5",