Skip to content

Commit

Permalink
Auto stash before merge of "main" and "origin/main"
Browse files Browse the repository at this point in the history
  • Loading branch information
shroominic committed Aug 9, 2023
1 parent 368e7ea commit 195a7fb
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 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.10"
version = "0.0.11"
authors = ["Shroominic <contact@shroominic.com>"]
license = "MIT"
description = "CodeInterpreterAPI is an (unofficial) open source python interface for the ChatGPT CodeInterpreter."
Expand All @@ -13,7 +13,7 @@ python = ">=3.9,<3.9.7 || >3.9.7,<4.0"
python-dotenv = "^1"
openai = "^0.27"
langchain = "^0.0.242"
codeboxapi = ">=0.0.17"
codeboxapi = ">=0.0.18"
streamlit = { version = "^1", optional = true }
jupyter-kernel-gateway = { version = "^2", optional = true }
Pillow = { version = "^9", optional = true }
Expand All @@ -37,3 +37,11 @@ pre-commit = "^3.3"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"

# ⬆️ v0.0.11
# - chat history backends
# - azure openai support
# - booth sync and async support
# - reinit started codebox from session_id
# - more examples
# - alot small bug fixes

0 comments on commit 195a7fb

Please sign in to comment.