From 72938f7dc20530740fa5cd0c88c169819e726e5b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Jan 2025 18:51:46 +0000 Subject: [PATCH] Bump langchain-community from 0.3.14 to 0.3.15 Bumps [langchain-community](https://github.com/langchain-ai/langchain) from 0.3.14 to 0.3.15. - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/compare/langchain-community==0.3.14...langchain-community==0.3.15) --- updated-dependencies: - dependency-name: langchain-community dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e3fb448..9c1216c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ dependencies = [ "jinja2==3.1.5", "langchain==0.3.14", "langchain-anthropic==0.3.3", - "langchain-community==0.3.14", + "langchain-community==0.3.15", "langchain-google-genai==2.0.9", "langchain-openai==0.3.1", "langchain-text-splitters==0.3.5",