Skip to content

Commit

Permalink
🔧 fix dependency issues
Browse files Browse the repository at this point in the history
  • Loading branch information
shroominic committed Nov 2, 2024
1 parent d72dd84 commit 39f9519
Show file tree
Hide file tree
Showing 4 changed files with 182 additions and 166 deletions.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
[project]
name = "codeinterpreterapi"
version = "0.1.18"
version = "0.1.19"
description = "CodeInterpreterAPI is an (unofficial) open source python interface for the ChatGPT CodeInterpreter."
authors = [{ name = "Shroominic", email = "[email protected]" }]
dependencies = [
"langchain-openai>=0.1.1",
"langchain-community>=0.2",
"codeboxapi==0.1.19",
"langchain>=0.1.14",
"pyzmq==25.1.2",
Expand Down
Loading

0 comments on commit 39f9519

Please sign in to comment.