From c2c6cce7967ed545762c4f1fff68439d0f7b6134 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Jun 2024 20:23:21 +0000 Subject: [PATCH] Bump langchain-core Bumps [langchain-core](https://github.com/langchain-ai/langchain) from 0.1.12 to 0.1.35. - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/commits) --- updated-dependencies: - dependency-name: langchain-core dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- .../samples/ddg_langchain_bot/plugins/requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/microservices/ace_agent/samples/ddg_langchain_bot/plugins/requirements_dev.txt b/microservices/ace_agent/samples/ddg_langchain_bot/plugins/requirements_dev.txt index 7176854..1ee6d9c 100644 --- a/microservices/ace_agent/samples/ddg_langchain_bot/plugins/requirements_dev.txt +++ b/microservices/ace_agent/samples/ddg_langchain_bot/plugins/requirements_dev.txt @@ -1,4 +1,4 @@ langchain==0.1.1 langchain-community==0.0.13 -langchain-core==0.1.12 +langchain-core==0.1.35 duckduckgo-search==5.2.2 \ No newline at end of file