Skip to content

Commit

Permalink
⬆️ v0.1.17 - add support for python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
shroominic committed Apr 10, 2024
1 parent 118530e commit 52547b9
Show file tree
Hide file tree
Showing 4 changed files with 121 additions and 126 deletions.
1 change: 0 additions & 1 deletion .python-version

This file was deleted.

5 changes: 3 additions & 2 deletions pyproject.toml
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",
Expand Down
Loading

0 comments on commit 52547b9

Please sign in to comment.