Skip to content

Commit 39f9519

Browse files
committed
🔧 fix dependency issues
1 parent d72dd84 commit 39f9519

File tree

4 files changed

+182
-166
lines changed

4 files changed

+182
-166
lines changed

pyproject.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
[project]
22
name = "codeinterpreterapi"
3-
version = "0.1.18"
3+
version = "0.1.19"
44
description = "CodeInterpreterAPI is an (unofficial) open source python interface for the ChatGPT CodeInterpreter."
55
authors = [{ name = "Shroominic", email = "[email protected]" }]
66
dependencies = [
77
"langchain-openai>=0.1.1",
8+
"langchain-community>=0.2",
89
"codeboxapi==0.1.19",
910
"langchain>=0.1.14",
1011
"pyzmq==25.1.2",

0 commit comments

Comments
 (0)