Skip to content

Commit c7e242f

Browse files
committed
⬆️ v0.0.14 - security update
1 parent 4725eb5 commit c7e242f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "codeinterpreterapi"
3-
version = "0.0.13"
3+
version = "0.0.14"
44
authors = ["Shroominic <[email protected]>"]
55
license = "MIT"
66
description = "CodeInterpreterAPI is an (unofficial) open source python interface for the ChatGPT CodeInterpreter."
@@ -10,7 +10,7 @@ repository = "https://github.com/shroominic/codeinterpreter-api"
1010

1111
[tool.poetry.dependencies]
1212
python = ">=3.9.7,<4.0"
13-
langchain = ">=0.0.300"
13+
langchain = ">=0.0.312"
1414
codeboxapi = ">=0.0.19"
1515
openai = "*"
1616
python-dotenv = "*"

0 commit comments

Comments
 (0)