From bb54f4333d86de8a3d8d3bae3abe0846e500bdb7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 27 Feb 2024 22:19:03 +0000 Subject: [PATCH] Update dependency langchain to v0.1.23 --- package-lock.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 910c7d2..5e324d9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1060,11 +1060,11 @@ } }, "node_modules/@langchain/community": { - "version": "0.0.32", - "resolved": "https://registry.npmjs.org/@langchain/community/-/community-0.0.32.tgz", - "integrity": "sha512-jN4BxGKAmLbA87hqXH5Mx1IRMMVOgcn1TY1MLOVyBcBa12EvHFx8suogtXgA2ekfc8U8nIryVb1ftSupwUBv/A==", + "version": "0.0.33", + "resolved": "https://registry.npmjs.org/@langchain/community/-/community-0.0.33.tgz", + "integrity": "sha512-m7KfOB2t/6ZQkx29FcqHeOe+jxQZDJdRqpMsCAxRebCaIUiAwNJgRqqukQOcDsG574jhEyEMYuYDfImfXSY7aw==", "dependencies": { - "@langchain/core": "~0.1.32", + "@langchain/core": "~0.1.36", "@langchain/openai": "~0.0.14", "flat": "^5.0.2", "langsmith": "~0.1.1", @@ -4354,13 +4354,13 @@ } }, "node_modules/langchain": { - "version": "0.1.22", - "resolved": "https://registry.npmjs.org/langchain/-/langchain-0.1.22.tgz", - "integrity": "sha512-VeHN1XtgFRZakeVzbWyTUb01qOwBIV14P5kHRtVkd9vnIAqVlfz6hTXI3zxL1b0S6F1N5Zu2ZEE6R4GkMGn0rA==", + "version": "0.1.23", + "resolved": "https://registry.npmjs.org/langchain/-/langchain-0.1.23.tgz", + "integrity": "sha512-IzvF0c+mi+6kqrC0akWOQnJ0ynwkuh4qhg5bpgr56mlQItaJimO87ujktgxrOb1xMVU7fF9Y52SNc2Kjg7ihJw==", "dependencies": { "@anthropic-ai/sdk": "^0.9.1", - "@langchain/community": "~0.0.32", - "@langchain/core": "~0.1.34", + "@langchain/community": "~0.0.33", + "@langchain/core": "~0.1.36", "@langchain/openai": "~0.0.14", "binary-extensions": "^2.2.0", "expr-eval": "^2.0.2", @@ -4368,7 +4368,7 @@ "js-yaml": "^4.1.0", "jsonpointer": "^5.0.1", "langchainhub": "~0.0.8", - "langsmith": "~0.1.1", + "langsmith": "~0.1.7", "ml-distance": "^4.0.0", "openapi-types": "^12.1.3", "p-retry": "4",