From 40089cd33c34ee0adbdfc1662254f79595ad83a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 02:56:29 +0000 Subject: [PATCH] Update langchain requirement from <=0.1.1,>=0.0.179 to >=0.0.179,<=0.1.9 Updates the requirements on [langchain](https://github.com/langchain-ai/langchain) to permit the latest version. - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/compare/v0.0.179...v0.1.9) --- 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 1cc9fbe..1e526fe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ dependencies = [ "fastapi>= 0.86.0, <= 0.109.0", "Flask>= 2.3.2, <= 3.0.1", "fsspec>= 2023.1.0, <= 2023.12.2", - "langchain>= 0.0.179, <= 0.1.1", + "langchain>= 0.0.179, <= 0.1.9", "numpy>= 1.23.2, <= 1.26.3", "openai>= 0.27, <= 1.9.0", "openpyxl>=3.1.1, <= 3.1.2",