Skip to content

Commit

Permalink
🔒 lock codeboxapi version
Browse files Browse the repository at this point in the history
  • Loading branch information
shroominic committed Nov 1, 2024
1 parent 52547b9 commit d72dd84
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[project]
name = "codeinterpreterapi"
version = "0.1.17"
version = "0.1.18"
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",
"codeboxapi==0.1.19",
"langchain>=0.1.14",
"pyzmq==25.1.2",
]
Expand Down
23 changes: 22 additions & 1 deletion requirements-dev.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
# features: []
# all-features: false
# with-sources: false
# generate-hashes: false
# universal: false

-e file:.
aiohttp==3.9.3
Expand Down Expand Up @@ -34,6 +36,9 @@ arrow==1.3.0
# via isoduration
asttokens==2.4.1
# via stack-data
async-timeout==4.0.3
# via aiohttp
# via langchain
attrs==23.2.0
# via aiohttp
# via jsonschema
Expand Down Expand Up @@ -82,6 +87,10 @@ distro==1.9.0
# via openai
entrypoints==0.4
# via jupyter-client
exceptiongroup==1.2.2
# via anyio
# via ipython
# via pytest
executing==2.0.1
# via stack-data
fastjsonschema==2.19.1
Expand Down Expand Up @@ -113,12 +122,16 @@ idna==3.6
# via jsonschema
# via requests
# via yarl
importlib-metadata==8.5.0
# via markdown
# via mkdocs
# via nbconvert
iniconfig==2.0.0
# via pytest
ipykernel==6.29.4
# via nbclassic
# via notebook
ipython==8.23.0
ipython==8.18.1
# via ipykernel
ipython-genutils==0.2.0
# via nbclassic
Expand Down Expand Up @@ -438,6 +451,9 @@ tinycss2==1.2.1
# via nbconvert
toml==0.10.2
# via streamlit
tomli==2.0.2
# via mypy
# via pytest
toolz==0.12.1
# via altair
tornado==6.4
Expand Down Expand Up @@ -469,6 +485,9 @@ traitlets==5.14.2
types-python-dateutil==2.9.0.20240316
# via arrow
typing-extensions==4.11.0
# via altair
# via anyio
# via ipython
# via mypy
# via openai
# via pydantic
Expand Down Expand Up @@ -501,3 +520,5 @@ websockets==12.0
# via codeboxapi
yarl==1.9.4
# via aiohttp
zipp==3.20.2
# via importlib-metadata
8 changes: 8 additions & 0 deletions requirements.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
# features: []
# all-features: false
# with-sources: false
# generate-hashes: false
# universal: false

-e file:.
aiohttp==3.9.3
Expand All @@ -19,6 +21,9 @@ annotated-types==0.6.0
anyio==4.3.0
# via httpx
# via openai
async-timeout==4.0.3
# via aiohttp
# via langchain
attrs==23.2.0
# via aiohttp
certifi==2024.2.2
Expand All @@ -34,6 +39,8 @@ dataclasses-json==0.6.4
# via langchain-community
distro==1.9.0
# via openai
exceptiongroup==1.2.2
# via anyio
frozenlist==1.4.1
# via aiohttp
# via aiosignal
Expand Down Expand Up @@ -130,6 +137,7 @@ tiktoken==0.6.0
tqdm==4.66.2
# via openai
typing-extensions==4.11.0
# via anyio
# via openai
# via pydantic
# via pydantic-core
Expand Down

0 comments on commit d72dd84

Please sign in to comment.