From ac16bf9e5e45cab9df5daa7b1efe5d8769d661b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2024 18:09:39 +0000 Subject: [PATCH] build(deps): bump langchain-community from 0.2.9 to 0.3.0 in /llm_demo Bumps [langchain-community](https://github.com/langchain-ai/langchain) from 0.2.9 to 0.3.0. - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/compare/langchain-community==0.2.9...langchain-community==0.3.0) --- updated-dependencies: - dependency-name: langchain-community dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- llm_demo/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llm_demo/requirements.txt b/llm_demo/requirements.txt index 6a26693c..d4e2394a 100644 --- a/llm_demo/requirements.txt +++ b/llm_demo/requirements.txt @@ -3,7 +3,7 @@ google-auth==2.33.0 google-cloud-aiplatform[rapid_evaluation]==1.62.0 itsdangerous==2.2.0 jinja2==3.1.4 -langchain-community==0.2.9 +langchain-community==0.3.0 langchain==0.2.11 langchain-google-vertexai==1.0.7 markdown==3.5.2