Skip to content

Commit

Permalink
⬆️ v0.0.14 - security update
Browse files Browse the repository at this point in the history
  • Loading branch information
shroominic committed Oct 10, 2023
1 parent 4725eb5 commit c7e242f
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 <contact@shroominic.com>"]
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 c7e242f

Please sign in to comment.