From c7e242f07634abcf3e2c3fd6750c71eb88eae40e Mon Sep 17 00:00:00 2001 From: Shroominic Date: Tue, 10 Oct 2023 14:33:00 -0700 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20v0.0.14=20-=20security=20u?= =?UTF-8?q?pdate?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index d3fe576c..b84730da 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "codeinterpreterapi" -version = "0.0.13" +version = "0.0.14" authors = ["Shroominic "] license = "MIT" description = "CodeInterpreterAPI is an (unofficial) open source python interface for the ChatGPT CodeInterpreter." @@ -10,7 +10,7 @@ repository = "https://github.com/shroominic/codeinterpreter-api" [tool.poetry.dependencies] python = ">=3.9.7,<4.0" -langchain = ">=0.0.300" +langchain = ">=0.0.312" codeboxapi = ">=0.0.19" openai = "*" python-dotenv = "*"