From 3752e0267ac73deb28146f046e79d0912d1f1c86 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 May 2026 07:12:47 +0000 Subject: [PATCH] chore(deps)(deps): bump the langchain group across 1 directory with 2 updates Bumps the langchain group with 2 updates in the / directory: [langchain-core](https://github.com/langchain-ai/langchain) and [langchain](https://github.com/langchain-ai/langchain). Updates `langchain-core` from 1.3.3 to 1.4.0 - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/compare/langchain-core==1.3.3...langchain-core==1.4.0) Updates `langchain` from 1.2.18 to 1.3.1 - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/compare/langchain==1.2.18...langchain==1.3.1) --- updated-dependencies: - dependency-name: langchain dependency-version: 1.3.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: langchain - dependency-name: langchain-core dependency-version: 1.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: langchain ... Signed-off-by: dependabot[bot] --- requirements.txt | 4 ++-- setup.py | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index a13d60f..640e839 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ # Core dependencies - pinned to specific versions for fast, reliable installs pydantic==2.13.4 -langchain-core==1.3.3 -langchain==1.2.18 +langchain-core==1.4.0 +langchain==1.3.1 langchain-openai==1.2.1 langchain-anthropic==1.4.3 langchain-google-genai==4.2.2 diff --git a/setup.py b/setup.py index 796ab0a..e0ada69 100644 --- a/setup.py +++ b/setup.py @@ -25,8 +25,8 @@ python_requires=">=3.12", install_requires=[ "pydantic==2.13.4", - "langchain-core==1.3.3", - "langchain==1.2.18", + "langchain-core==1.4.0", + "langchain==1.3.1", "langchain-openai==1.2.1", "langchain-anthropic==1.4.3", "langchain-google-genai==4.2.2",