Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 52547b9

Browse files
⬆️ 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‎

Lines changed: 0 additions & 1 deletion
This file was deleted.

‎pyproject.toml‎

Lines changed: 3 additions & 2 deletions
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)

AltStyle によって変換されたページ (->オリジナル) /