Skip to content

Commit 977252a

Browse files
committed
⬆️ v0.0.9 - modular LLMs + update deps
1 parent f11e853 commit 977252a

File tree

2 files changed

+50
-48
lines changed

2 files changed

+50
-48
lines changed

poetry.lock

Lines changed: 46 additions & 45 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "codeinterpreterapi"
3-
version = "0.0.8"
3+
version = "0.0.9"
44
description = "CodeInterpreterAPI is an unofficial and open source python interface for the ChatGPT CodeInterpreter."
55
authors = ["Shroominic <[email protected]>"]
66
readme = "README.md"
@@ -10,10 +10,11 @@ license = "MIT"
1010
python = ">=3.9,<3.9.7 || >3.9.7,<4.0"
1111
python-dotenv = "^1.0.0"
1212
openai = "^0.27.8"
13-
langchain = "^0.0.232"
14-
codeboxapi = "^0.0.11"
13+
langchain = "^0.0.242"
14+
codeboxapi = "^0.0.13"
1515

1616
[tool.poetry.extras]
17+
all = ["jupyter-kernel-gateway", "streamlit", "Pillow"]
1718
localbox = ["jupyter-kernel-gateway"]
1819
frontend = ["streamlit"]
1920
image_support = ["Pillow"]

0 commit comments

Comments
 (0)