From 1268e5a0add5a0158f5e21d404bbb3c63d3bfe90 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Jun 2024 22:33:44 +0000 Subject: [PATCH] Bump langchain from 0.0.305 to 0.2.2 Bumps [langchain](https://github.com/langchain-ai/langchain) from 0.0.305 to 0.2.2. - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/compare/v0.0.305...langchain==0.2.2) --- updated-dependencies: - dependency-name: langchain 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 5e477a4..c618656 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ streamlit-pills = "0.3.0" llama-index = "0.9.7" llama-hub = "0.0.44" # NOTE: this is due to a trivial dependency in the web tool, will refactor -langchain = "0.0.305" +langchain = "0.2.2" pypdf = "3.17.1" clip = { git = "https://github.com/openai/CLIP.git" }