From d2063e3a2fe01364babf7f8c6e89584e18b8a853 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Apr 2026 13:03:20 +0000 Subject: [PATCH] chore(deps): update langchain requirement from >=0.3.0 to >=1.2.15 Updates the requirements on [langchain](https://github.com/langchain-ai/langchain) to permit the latest version. - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/compare/langchain==0.3.0...langchain==1.2.15) --- updated-dependencies: - dependency-name: langchain dependency-version: 1.2.15 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 081a42a..388f0d3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ streamlit>=1.32.0 -langchain>=0.3.0 +langchain>=1.2.15 langchain-google-genai>=3.1.0 langchain-community>=0.3.0 langchain-core>=0.3.0