From 142a92ec6d9dc8067000e743060f54fa49d868bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 16:57:24 +0000 Subject: [PATCH] build(deps): update langchain requirement from ^0.1.2 to ^0.2.0 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/langchain-together==0.1.2...langchain==0.2.0) --- 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 12f75a9..8fdbb4e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ repository = "https://github.com/firelink-data/drive" python = ">=3.9,<3.13" click = "^8.1.7" confluent-kafka = "^2.3.0" -langchain = "^0.1.2" +langchain = "^0.2.0" [tool.poetry.group.dev.dependencies] black = "^24.1.1"