From 7690448984a69f715f786f5d930c609d81bbe7b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jun 2026 20:59:19 +0000 Subject: [PATCH] Bump langchain from 1.0.4 to 1.3.9 in /tools/python Bumps [langchain](https://github.com/langchain-ai/langchain) from 1.0.4 to 1.3.9. - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/compare/langchain==1.0.4...langchain==1.3.9) --- updated-dependencies: - dependency-name: langchain dependency-version: 1.3.9 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tools/python/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/python/requirements.txt b/tools/python/requirements.txt index 93aba5d9..b0e1cbe9 100644 --- a/tools/python/requirements.txt +++ b/tools/python/requirements.txt @@ -2,7 +2,7 @@ twine crewai==1.4.1 crewai-tools==1.4.1 flake8 -langchain==1.0.4 +langchain==1.3.9 langchain-openai==1.0.2 mypy==1.18.2 pydantic>=2.12.4