From 153ae08a789ff92fddbdc5ba82e83f78545d72af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Sep 2025 15:40:32 +0000 Subject: [PATCH] Bump langchain-community from 0.2.19 to 0.3.27 Bumps [langchain-community](https://github.com/langchain-ai/langchain) from 0.2.19 to 0.3.27. - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/compare/langchain-community==0.2.19...langchain==0.3.27) --- updated-dependencies: - dependency-name: langchain-community dependency-version: 0.3.27 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 f6a4eaa..6ee6e57 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ dependencies = [ # llm utils "hydra-core==1.3.2", "langchain==0.2.17", - "langchain-community==0.2.19", + "langchain-community==0.3.27", "langchain-openai==0.1.25", "openai==1.55.0", "pydantic==1.10.17",