From ec9f4438cdbd1564e201b3cd38ed0ba8cd69cc95 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 18:13:53 +0000 Subject: [PATCH] Bump langchain-core from 0.3.79 to 0.3.80 Bumps [langchain-core](https://github.com/langchain-ai/langchain) from 0.3.79 to 0.3.80. - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/compare/langchain-core==0.3.79...langchain-core==0.3.80) --- updated-dependencies: - dependency-name: langchain-core dependency-version: 0.3.80 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 721e8871..3ef081b1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ authors = [ # Common dependencies that are always needed dependencies = [ - "langchain-core==0.3.79", + "langchain-core==0.3.80", "httpx==0.28.1", "oracledb~=3.1", "plotly==6.3.1",