From a132e5998aa8de9f9b39a61b2b36b68b6e0893ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 May 2026 14:34:32 +0000 Subject: [PATCH] Update langchain requirement from >=1.2.0 to >=1.3.0 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==1.2.0...langchain==1.3.0) --- updated-dependencies: - dependency-name: langchain dependency-version: 1.3.0 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 082781e..567877e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,7 +16,7 @@ litellm>=1.83.0 tiktoken>=0.12.0 # --- LangChain (used by some downstream callers) ------------------------- -langchain>=1.2.0 +langchain>=1.3.0 langchain-anthropic>=1.4.0 langchain-community>=0.4.0 langchain-google-genai>=4.2.0