-
-
Notifications
You must be signed in to change notification settings - Fork 402
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
⬆️ v0.1.17 - add support for python 3.12
- Loading branch information
1 parent
118530e
commit 52547b9
Showing
4 changed files
with
121 additions
and
126 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,17 @@ | ||
[project] | ||
name = "codeinterpreterapi" | ||
version = "0.1.16" | ||
version = "0.1.17" | ||
description = "CodeInterpreterAPI is an (unofficial) open source python interface for the ChatGPT CodeInterpreter." | ||
authors = [{ name = "Shroominic", email = "[email protected]" }] | ||
dependencies = [ | ||
"langchain-openai>=0.1.1", | ||
"codeboxapi>=0.1.19", | ||
"langchain>=0.1.14", | ||
"pyzmq==25.1.2", | ||
] | ||
license = { file = "LICENSE" } | ||
readme = "README.md" | ||
requires-python = ">= 3.9.7, <3.12" | ||
requires-python = ">= 3.9.7, <3.13" | ||
keywords = [ | ||
"codeinterpreter", | ||
"chatgpt", | ||
|
Oops, something went wrong.