From e27364393d2a73f339d03fdf906d5ddca8ad95bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Sep 2026 05:35:19 +0000 Subject: [PATCH] build(deps): update langchain-core requirement from >=1.6.0 to >=1.6.2 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.6.0...langchain-core==1.6.2) --- updated-dependencies: - dependency-name: langchain-core dependency-version: 1.6.2 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 eeab697..fd198ff 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ requires-python = ">=3.10" dependencies = [ "langchain>=1.3.17", "langchain-openai>=1.6.0", - "langchain-core>=1.6.0", + "langchain-core>=1.6.2", "python-dotenv>=1.2.3", "questionary>=2.1.1", "requests>=2.34.2",