From f2af00e5ba1b71991c612381a288a19ad52640c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 29 Aug 2026 01:43:26 +0000 Subject: [PATCH] build(deps): update langchain-core requirement from >=1.5.4 to >=1.6.0 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.4...langchain-core==1.6.0) --- updated-dependencies: - dependency-name: langchain-core dependency-version: 1.6.0 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 3cf50b2..569b0d1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ requires-python = ">=3.10" dependencies = [ "langchain>=1.3.15", "langchain-openai>=1.5.2", - "langchain-core>=1.5.4", + "langchain-core>=1.6.0", "python-dotenv>=1.2.2", "questionary>=2.1.1", "requests>=2.34.2",