From df33c40a5ce6d8de5512e43cc4de6a8d56bf8c95 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Mar 2026 05:45:06 +0000 Subject: [PATCH] build(deps-dev): Update langchain-core requirement 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==0.3.0...langchain-core==1.2.18) --- updated-dependencies: - dependency-name: langchain-core dependency-version: 1.2.18 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 00e1d60..4fe421f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ select = ["E", "F", "W", "I", "UP"] dev = [ "pytest-homeassistant-custom-component>=0.13", "ruff>=0.15", - "langchain-core>=0.3,<1", + "langchain-core>=0.3,<2", "langchain-gigachat>=0.3.0", "langchain-openai>=0.3.0,<1", "langchain-community>=0.3.0,<0.4",