Skip to content

Commit

Permalink
Merge branch 'main' into new_push
Browse files Browse the repository at this point in the history
  • Loading branch information
shroominic authored Oct 10, 2023
2 parents 88eaa01 + c7e242f commit 24f0bb1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "codeinterpreterapi"
version = "0.0.13"
version = "0.0.14"
authors = ["Shroominic <[email protected]>"]
license = "MIT"
description = "CodeInterpreterAPI is an (unofficial) open source python interface for the ChatGPT CodeInterpreter."
Expand All @@ -10,7 +10,7 @@ repository = "https://github.com/shroominic/codeinterpreter-api"

[tool.poetry.dependencies]
python = ">=3.9.7,<4.0"
langchain = ">=0.0.300"
langchain = ">=0.0.312"
codeboxapi = ">=0.0.19"
openai = "*"
python-dotenv = "*"
Expand Down

0 comments on commit 24f0bb1

Please sign in to comment.