From c42b70e41af74b889dac9bc7ba19193cc87c7000 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 May 2024 04:39:23 +0000 Subject: [PATCH] Bump langchain-community from 0.0.29 to 0.0.38 Bumps [langchain-community](https://github.com/langchain-ai/langchain) from 0.0.29 to 0.0.38. - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/commits/langchain-community==0.0.38) --- 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 bc6284340..55146024d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ python = ">=3.10,<4.0" torch = ">=2.1.1,<3.0" transformers = ">= 4.39.0, <5.0.0" asyncio = ">=3.4.3,<4.0" -langchain-community = "0.0.29" +langchain-community = "0.0.38" langchain-experimental = "0.0.55" backoff = "2.2.1" toml = "*"