Skip to content

Commit 52547b9

Browse files
committed
⬆️ v0.1.17 - add support for python 3.12
1 parent 118530e commit 52547b9

File tree

4 files changed

+121
-126
lines changed

4 files changed

+121
-126
lines changed

.python-version

-1
This file was deleted.

pyproject.toml

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
11
[project]
22
name = "codeinterpreterapi"
3-
version = "0.1.16"
3+
version = "0.1.17"
44
description = "CodeInterpreterAPI is an (unofficial) open source python interface for the ChatGPT CodeInterpreter."
55
authors = [{ name = "Shroominic", email = "contact@shroominic.com" }]
66
dependencies = [
77
"langchain-openai>=0.1.1",
88
"codeboxapi>=0.1.19",
99
"langchain>=0.1.14",
10+
"pyzmq==25.1.2",
1011
]
1112
license = { file = "LICENSE" }
1213
readme = "README.md"
13-
requires-python = ">= 3.9.7, <3.12"
14+
requires-python = ">= 3.9.7, <3.13"
1415
keywords = [
1516
"codeinterpreter",
1617
"chatgpt",

0 commit comments

Comments
 (0)