From 676c1b9d0f256d5ca6cf9f7528f1db55d59f7fd0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 Aug 2026 01:43:29 +0000 Subject: [PATCH] build(deps): update langchain-core requirement from >=1.5.3 to >=1.5.4 Updates the requirements on [langchain-core](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-core==1.5.3...langchain-core==1.5.4) --- updated-dependencies: - dependency-name: langchain-core dependency-version: 1.5.4 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 05e3ebc..1462ab8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ requires-python = ">=3.10" dependencies = [ "langchain>=1.3.14", "langchain-openai>=1.4.1", - "langchain-core>=1.5.3", + "langchain-core>=1.5.4", "python-dotenv>=1.2.2", "questionary>=2.1.1", "requests>=2.34.2",