From 4010f81e34a9b3c0c14b74b0dc859742e1a99de1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jul 2023 19:02:07 +0000 Subject: [PATCH] Update langchain requirement from 0.0.138 to 0.0.229 Updates the requirements on [langchain](https://github.com/hwchase17/langchain) to permit the latest version. - [Release notes](https://github.com/hwchase17/langchain/releases) - [Commits](https://github.com/hwchase17/langchain/compare/v0.0.138...v0.0.229) --- 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 27de1cd..cb98ec4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ writemore = "writemore.cli:run" [tool.poetry.dependencies] python = "^3.10" click = "8.1.3" -langchain = "0.0.138" +langchain = "0.0.229" openai = "0.27.4" tiktoken = "^0.3.3" pydantic = "^1.10.7"