From 61448cec581cf15778f4aa5cdfc9f184602145aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 May 2026 06:05:56 +0000 Subject: [PATCH] chore(deps)(deps): bump langchain from 0.3.13 to 0.3.30 Bumps [langchain](https://github.com/langchain-ai/langchain) from 0.3.13 to 0.3.30. - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/compare/langchain==0.3.13...langchain==0.3.30) --- updated-dependencies: - dependency-name: langchain dependency-version: 0.3.30 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index d1bf339..de0dd39 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==0.3.26 -langchain==0.3.13 +langchain==0.3.30 langchain-openai==0.2.10 langchain-anthropic==0.3.0 langchain-google-genai==2.0.5 diff --git a/setup.py b/setup.py index 032644b..db472b1 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ install_requires=[ "pydantic==2.13.4", "langchain-core==0.3.26", - "langchain==0.3.13", + "langchain==0.3.30", "langchain-openai==0.2.10", "langchain-anthropic==0.3.0", "langchain-google-genai==2.0.5",