From a5f30a8aa8dc27c12f5af8393893c2ac8f9ec3c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jun 2026 21:48:11 +0000 Subject: [PATCH] Bump langchain in /appdev_with_generative_ai/src/genai-app Bumps [langchain](https://github.com/langchain-ai/langchain) from 0.0.294 to 1.3.9. - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/compare/v0.0.294...langchain==1.3.9) --- updated-dependencies: - dependency-name: langchain dependency-version: 1.3.9 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- appdev_with_generative_ai/src/genai-app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appdev_with_generative_ai/src/genai-app/requirements.txt b/appdev_with_generative_ai/src/genai-app/requirements.txt index 26b32ed5..98cd4b69 100644 --- a/appdev_with_generative_ai/src/genai-app/requirements.txt +++ b/appdev_with_generative_ai/src/genai-app/requirements.txt @@ -3,7 +3,7 @@ gunicorn==20.1.0 cloudevents==1.9.0 pypdf==3.16.1 google-cloud-aiplatform==1.30.1 -langchain==0.0.294 +langchain==1.3.9 pgvector==0.1.8 asyncio==3.4.3 asyncpg==0.27.0