Skip to content

Commit 195a7fb

Browse files
committed
Auto stash before merge of "main" and "origin/main"
1 parent 368e7ea commit 195a7fb

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

pyproject.toml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "codeinterpreterapi"
3-
version = "0.0.10"
3+
version = "0.0.11"
44
authors = ["Shroominic <contact@shroominic.com>"]
55
license = "MIT"
66
description = "CodeInterpreterAPI is an (unofficial) open source python interface for the ChatGPT CodeInterpreter."
@@ -13,7 +13,7 @@ python = ">=3.9,<3.9.7 || >3.9.7,<4.0"
1313
python-dotenv = "^1"
1414
openai = "^0.27"
1515
langchain = "^0.0.242"
16-
codeboxapi = ">=0.0.17"
16+
codeboxapi = ">=0.0.18"
1717
streamlit = { version = "^1", optional = true }
1818
jupyter-kernel-gateway = { version = "^2", optional = true }
1919
Pillow = { version = "^9", optional = true }
@@ -37,3 +37,11 @@ pre-commit = "^3.3"
3737
[build-system]
3838
requires = ["poetry-core>=1.0.0"]
3939
build-backend = "poetry.core.masonry.api"
40+
41+
# ⬆️ v0.0.11
42+
# - chat history backends
43+
# - azure openai support
44+
# - booth sync and async support
45+
# - reinit started codebox from session_id
46+
# - more examples
47+
# - alot small bug fixes

0 commit comments

Comments
 (0)