From f6b8428a414f9d9e64e2404099c07f8dba91305f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Oct 2025 16:28:25 +0000 Subject: [PATCH] Bump langchain-community from 0.3.20 to 0.3.27 Bumps [langchain-community](https://github.com/langchain-ai/langchain) from 0.3.20 to 0.3.27. - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/compare/langchain-community==0.3.20...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 60ef9fd0..93cb3cd5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ dependencies = [ "langchain-openai==0.3.11", "langchain-pinecone==0.2.3", "langchain-tableau", - "langchain-community==0.3.20", + "langchain-community==0.3.27", "pinecone-client[grpc]==6.0.0", "python-dotenv==1.1.0", "slack-sdk==3.35.0",