From 716f05546df43250325aabc947436e292c1fdf87 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Mar 2024 21:48:42 +0000 Subject: [PATCH] Bump langchain-core from 0.1.33 to 0.1.34 Bumps [langchain-core](https://github.com/langchain-ai/langchain) from 0.1.33 to 0.1.34. - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/commits) --- updated-dependencies: - dependency-name: langchain-core 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 69a079e5..8112def8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ asyncio = ">=3.4.3,<4.0" einops = "0.7.0" google-generativeai = "0.3.1" langchain = "0.1.13" -langchain-core = "0.1.33" +langchain-core = "0.1.34" langchain-community = "0.0.29" langchain-experimental = "0.0.55" faiss-cpu = "1.7.4"