We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4725eb5 commit c7e242fCopy full SHA for c7e242f
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "codeinterpreterapi"
3
-version = "0.0.13"
+version = "0.0.14"
4
authors = ["Shroominic <[email protected]>"]
5
license = "MIT"
6
description = "CodeInterpreterAPI is an (unofficial) open source python interface for the ChatGPT CodeInterpreter."
@@ -10,7 +10,7 @@ repository = "https://github.com/shroominic/codeinterpreter-api"
10
11
[tool.poetry.dependencies]
12
python = ">=3.9.7,<4.0"
13
-langchain = ">=0.0.300"
+langchain = ">=0.0.312"
14
codeboxapi = ">=0.0.19"
15
openai = "*"
16
python-dotenv = "*"
0 commit comments